File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ mkdir -p $_TMP_DIR
4242_HOST_PLATFORM=" ${TOOLCHAIN_ARCH} -linux-android"
4343
4444_GCC_EXTRA_HOST_BUILD=" "
45- _BINUTILS_EXTRA_HOST_BUILD=" --enable-gold=default "
45+ _BINUTILS_EXTRA_HOST_BUILD=" --enable-gold"
4646if [ " $TOOLCHAIN_ARCH " = " arm" ]; then
4747 _HOST_PLATFORM=" ${_HOST_PLATFORM} eabi"
4848 _GCC_EXTRA_HOST_BUILD=" --with-arch=armv7-a --with-float=soft --with-fpu=vfp"
4949elif [ " $TOOLCHAIN_ARCH " = " aarch64" ]; then
5050 _GCC_EXTRA_HOST_BUILD=" --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419"
51- _BINUTILS_EXTRA_HOST_BUILD= " --enable-gold $_GCC_EXTRA_HOST_BUILD "
51+ _BINUTILS_EXTRA_HOST_BUILD+= " $_GCC_EXTRA_HOST_BUILD "
5252elif [ " $TOOLCHAIN_ARCH " = " i686" ]; then
5353 _GCC_EXTRA_HOST_BUILD=" --with-arch=i686 --with-fpmath=sse "
5454elif [ " $TOOLCHAIN_ARCH " = " x86_64" ]; then
You can’t perform that action at this time.
0 commit comments