From: hackbard Date: Thu, 26 May 2005 00:00:48 +0000 (+0000) Subject: toolchain gcc and binutils need to be build by existing host system tools X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=commitdiff_plain;h=bd84a48b18931aa3f2bd2f7db12e0353eb4abd39 toolchain gcc and binutils need to be build by existing host system tools --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 7fac696..18e6fb4 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,5 +1,6 @@ *) 2005-05-26 +- use host system tools for toolchain binutils and gcc build - updated firefox, thunderbird, linux, hotplug *) 2005-05-25 diff --git a/packages/toolchain/binutils/binutils b/packages/toolchain/binutils/binutils index 559ba95..635f3ec 100644 --- a/packages/toolchain/binutils/binutils +++ b/packages/toolchain/binutils/binutils @@ -9,7 +9,7 @@ if [ "$priority" = "1" ] ; then confopt="$confopt --disable-nls" # use host system tools - hdw_arch_prefix="" + hdw_arch_prefix="" ; hdw_cflags="" . ./scripts/optimization unset CFLAGS libpath="$prefix/lib" diff --git a/packages/toolchain/gcc/gcc b/packages/toolchain/gcc/gcc index d1c8675..8193ae2 100644 --- a/packages/toolchain/gcc/gcc +++ b/packages/toolchain/gcc/gcc @@ -19,7 +19,7 @@ if [ "$priority" = "1" ] ; then confopt="$confopt --enable-languages=c --disable-nls" # use host system tools - hdw_arch_prefix="" + hdw_arch_prefix="" ; hdw_cflags="" . ./scripts/optimization unset CFLAGS