Skip to content

Commit e049fbf

Browse files
committed
Removed --disable-multilib from gcc-installation
1 parent d98c76a commit e049fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/install-gcc-src/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd src
2525
cd ../build
2626

2727

28-
cmd="../src/configure --prefix="${INSTALL_DIR}" ${MLC_GCC_TARGET_STRING} ${MLC_GCC_HOST_STRING} ${MLC_GCC_BUILD_STRING} ${MLC_GCC_SYSROOT_STRING} ${MLC_GCC_EXTRA_CONFIGURE_STRING} --with-gcc-major-version-only --disable-multilib"
28+
cmd="../src/configure --prefix="${INSTALL_DIR}" ${MLC_GCC_TARGET_STRING} ${MLC_GCC_HOST_STRING} ${MLC_GCC_BUILD_STRING} ${MLC_GCC_SYSROOT_STRING} ${MLC_GCC_EXTRA_CONFIGURE_STRING} --with-gcc-major-version-only"
2929
echo $cmd
3030
eval $cmd
3131

0 commit comments

Comments
 (0)