wip
This commit is contained in:
parent
e21778c81b
commit
4b36a5a013
|
@ -208,25 +208,18 @@ in
|
||||||
|
|
||||||
configure = ''
|
configure = ''
|
||||||
# Configure
|
# Configure
|
||||||
# export CC="gcc -Wl,-dynamic-linker -Wl,${foundation.stage1-musl}/lib/libc.so"
|
export CC="gcc -Wl,-dynamic-linker -Wl,${foundation.stage1-musl}/lib/libc.so"
|
||||||
# export CXX="g++ -Wl,-dynamic-linker -Wl,${foundation.stage1-musl}/lib/libc.so"
|
export CXX="g++ -Wl,-dynamic-linker -Wl,${foundation.stage1-musl}/lib/libc.so"
|
||||||
# export CFLAGS_FOR_TARGET="-Wl,-dynamic-linker -Wl,${foundation.stage1-musl}/lib/libc.so"
|
export CFLAGS_FOR_TARGET="-Wl,-dynamic-linker -Wl,${foundation.stage1-musl}/lib/libc.so"
|
||||||
export CC="gcc -Wl,-dynamic-linker"
|
export LIBRARY_PATH="${foundation.stage1-musl}/lib"
|
||||||
export CXX="g++ -Wl,-dynamic-linker"
|
|
||||||
export CFLAGS_FOR_TARGET="-Wl,-dynamic-linker"
|
|
||||||
# export LIBRARY_PATH="${foundation.stage1-musl}/lib"
|
|
||||||
export LIBRARY_PATH="$AUX_COMPILER_LIBRARY_PATH"
|
|
||||||
|
|
||||||
: ''${LD_LIBRARY_PATH:=}
|
|
||||||
export LD_LIBRARY_PATH="$NIX_BUILD_TOP/gmp/lib:$NIX_BUILD_TOP/mpfr/lib:$NIX_BUILD_TOP/mpc/lib:$NIX_BUILD_TOP/isl/lib:$LD_LIBRARY_PATH"
|
|
||||||
|
|
||||||
# --with-sysroot=${foundation.stage1-musl} \
|
|
||||||
# --with-native-system-header-dir=/include \
|
|
||||||
bash ./configure \
|
bash ./configure \
|
||||||
--prefix=$out \
|
--prefix=$out \
|
||||||
--build=${config.platform.build.triple} \
|
--build=${config.platform.build.triple} \
|
||||||
--host=${config.platform.host.triple} \
|
--host=${config.platform.host.triple} \
|
||||||
--target=${config.platform.target.triple} \
|
--target=${config.platform.target.triple} \
|
||||||
|
--with-sysroot=${foundation.stage1-musl} \
|
||||||
|
--with-native-system-header-dir=/include \
|
||||||
--enable-languages=c,c++ \
|
--enable-languages=c,c++ \
|
||||||
--disable-bootstrap \
|
--disable-bootstrap \
|
||||||
--disable-libsanitizer \
|
--disable-libsanitizer \
|
||||||
|
|
Loading…
Reference in a new issue