diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-21 14:16:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-21 14:16:38 +0000 |
commit | 26ad0b129e2897c5ef105fd9d98897afeba452f0 (patch) | |
tree | 43dd495d7e14a0e6444134f9c4d0b453048473f0 /make | |
parent | 5534c6e5952bf1b2cbd0f85890e9dcd66139683b (diff) | |
download | lh-bootstrap-26ad0b129e2897c5ef105fd9d98897afeba452f0.tar.xz |
Small incremental build fixes (14)
Diffstat (limited to 'make')
-rwxr-xr-x | make | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -16,13 +16,7 @@ fi WD=$(pwd) -if test -z "$BUILD_BUILD_CC" ; then - if test -n "${BUILD_TRIPLE}${BUILD_BASE}" ; then - BUILD_BUILD_CC="${BUILD_BASE}/${BUILD_TRIPLE}-gcc" - else - BUILD_BUILD_CC=${BUILD_BUILD_CC:-gcc} - fi -fi +BUILD_BUILD_CC=${BUILD_BUILD_CC:-gcc} OUTPUT=${OUTPUT:-$WD/output} BUILD_HOST_CC="$TRIPLE-${CROSS_CC:-gcc}" |