mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Remove tc- prefix from musl and linux header packages
They no longer contain anything specific to the toolchain build process. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
4a919ad209
commit
93ade05725
5 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ SRCDIR="musl-$VERSION"
|
|||
TARBALL="$SRCDIR.tar.gz"
|
||||
URL="https://www.musl-libc.org/releases"
|
||||
SHA256SUM="d017ee5d01aec0c522a1330fdff06b1e428cb409e1db819cc4935d5da4a5a118"
|
||||
DEPENDS="tc-gcc1 tc-linux_hdr"
|
||||
DEPENDS="tc-gcc1 linux_headers"
|
||||
|
||||
prepare() {
|
||||
return
|
|
@ -3,7 +3,7 @@ SRCDIR="gcc-$VERSION"
|
|||
TARBALL="gcc-$VERSION.tar.xz"
|
||||
URL="http://ftp.gnu.org/gnu/gcc/gcc-$VERSION"
|
||||
SHA256SUM="832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c"
|
||||
DEPENDS="tc-binutils tc-cloog tc-gmp tc-isl tc-mpc tc-mpfr tc-linux_hdr"
|
||||
DEPENDS="tc-binutils tc-cloog tc-gmp tc-isl tc-mpc tc-mpfr linux_headers"
|
||||
|
||||
prepare() {
|
||||
for child in cloog gmp isl mpc mpfr; do
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# inherit package details from first stage GCC
|
||||
source "$SCRIPTDIR/pkg/tc-gcc1/build"
|
||||
DEPENDS="tc-gcc1 tc-musl tc-linux_hdr"
|
||||
DEPENDS="tc-gcc1 musl linux_headers"
|
||||
|
||||
build() {
|
||||
$1/configure --prefix="$TCDIR" --target="$TARGET" \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
DEPENDS="tc-gcc2 tc-musl tc-linux_hdr tc-pkg-config tc-file"
|
||||
DEPENDS="tc-gcc2 musl linux_headers tc-pkg-config tc-file"
|
||||
|
||||
build() {
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue