Skip to content

Commit dcbcf08

Browse files
committed
wip: reset configure args
1 parent 77055bb commit dcbcf08

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.docker/install-toolchain.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ for target_arch in ${TARGET_ARCH_STR//,/ }; do
112112
GCC_CONFIGURE_ARGS="--with-arch=armv6 --with-fpu=vfp --with-float=hard"
113113
TARGET="arm-linux-musleabihf"
114114
;;
115+
*)
116+
GCC_CONFIGURE_ARGS=""
117+
;;
115118
esac
116119

117120
export CFLAGS="-O${OPT} -ffunction-sections -fdata-sections -fmerge-all-constants -fomit-frame-pointer -fPIC"

0 commit comments

Comments
 (0)