From f9110e603a3ce00536142e4caeae8f3db1fc48a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 24 Feb 2017 11:58:32 +0000 Subject: scripts/bootstrap.sh, main/{binutils,gcc,musl}: no more options="toolchain" abuild has been updated to figure this one out from $BOOTSTRAP. --- scripts/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/bootstrap.sh') diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index de2cf7e4ed..93a1e1a36f 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -66,7 +66,7 @@ fi msg "Building cross-compiler" # Build and install cross binutils (--with-sysroot) -CTARGET=$TARGET_ARCH APKBUILD=$(apkbuildname binutils) abuild -r +CTARGET=$TARGET_ARCH BOOTSTRAP=nobase APKBUILD=$(apkbuildname binutils) abuild -r if ! CHOST=$TARGET_ARCH BOOTSTRAP=nolibc APKBUILD=$(apkbuildname musl) abuild up2date 2>/dev/null; then # C-library headers for target @@ -83,10 +83,10 @@ fi # Full cross GCC EXTRADEPENDS_TARGET="musl musl-dev" \ -CTARGET=$TARGET_ARCH APKBUILD=$(apkbuildname gcc) abuild -r -k +CTARGET=$TARGET_ARCH BOOTSTRAP=nobase APKBUILD=$(apkbuildname gcc) abuild -r # Cross build-base -CTARGET=$TARGET_ARCH APKBUILD=$(apkbuildname build-base) abuild -r +CTARGET=$TARGET_ARCH BOOTSTRAP=nobase APKBUILD=$(apkbuildname build-base) abuild -r msg "Cross building base system" -- cgit v1.2.3