mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 04:50:31 -04:00
wip: reset configure args
This commit is contained in:
parent
77055bb6ad
commit
dcbcf08083
@ -112,6 +112,9 @@ for target_arch in ${TARGET_ARCH_STR//,/ }; do
|
|||||||
GCC_CONFIGURE_ARGS="--with-arch=armv6 --with-fpu=vfp --with-float=hard"
|
GCC_CONFIGURE_ARGS="--with-arch=armv6 --with-fpu=vfp --with-float=hard"
|
||||||
TARGET="arm-linux-musleabihf"
|
TARGET="arm-linux-musleabihf"
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
GCC_CONFIGURE_ARGS=""
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
export CFLAGS="-O${OPT} -ffunction-sections -fdata-sections -fmerge-all-constants -fomit-frame-pointer -fPIC"
|
export CFLAGS="-O${OPT} -ffunction-sections -fdata-sections -fmerge-all-constants -fomit-frame-pointer -fPIC"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user