From ac9b2a68f3488baa24d9c3f6d91d403fc3ec09ab Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Fri, 19 Jun 2015 11:56:27 +0100 Subject: Use the musl build-essential morphs --- strata/build-essential/stage2-reset-specs.morph | 1 + 1 file changed, 1 insertion(+) (limited to 'strata/build-essential/stage2-reset-specs.morph') diff --git a/strata/build-essential/stage2-reset-specs.morph b/strata/build-essential/stage2-reset-specs.morph index 8892f67c..82b4f0b7 100644 --- a/strata/build-essential/stage2-reset-specs.morph +++ b/strata/build-essential/stage2-reset-specs.morph @@ -14,6 +14,7 @@ kind: chunk # points to a file that doesn't exist. install-commands: - | + TARGET_STAGE1=`echo $TARGET_STAGE1 | sed -e 's/bootstrap-linux-gnu/linux-musl/'` STAGE2_SYSROOT="$(dirname "$(pwd)")" specs_dir="$(dirname $($TARGET_STAGE1-gcc -print-libgcc-file-name))" target_specs_dir="$DESTDIR/${specs_dir#$STAGE2_SYSROOT}" -- cgit v1.2.1