Skip to content

Commit 3824906

Browse files
let configure find build & host names in toolchain too
1 parent 7420871 commit 3824906

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: build-toolchain.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,11 @@ if [ "x$is_ppa_release" != "xyes" ]; then
9292
--with-cloog=$BUILDDIR_NATIVE/host-libs/usr
9393
--with-libelf=$BUILDDIR_NATIVE/host-libs/usr "
9494

95-
BINUTILS_CONFIG_OPTS=" --build=$BUILD --host=$HOST_NATIVE "
95+
BINUTILS_CONFIG_OPTS=" "
9696

97-
NEWLIB_CONFIG_OPTS=" --build=$BUILD --host=$HOST_NATIVE "
97+
NEWLIB_CONFIG_OPTS=" "
9898

99-
GDB_CONFIG_OPTS=" --build=$BUILD --host=$HOST_NATIVE
100-
--with-libexpat-prefix=$BUILDDIR_NATIVE/host-libs/usr "
99+
GDB_CONFIG_OPTS=" --with-libexpat-prefix=$BUILDDIR_NATIVE/host-libs/usr "
101100
fi
102101

103102

0 commit comments

Comments
 (0)