1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-14 09:46:13 +02: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:
David Oberhollenzer 2018-02-17 00:18:47 +01:00
parent 4a919ad209
commit 93ade05725
5 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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" \

View file

@ -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