From bd84a48b18931aa3f2bd2f7db12e0353eb4abd39 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 26 May 2005 00:00:48 +0000 Subject: [PATCH] toolchain gcc and binutils need to be build by existing host system tools --- doc/CHANGELOG | 1 + packages/toolchain/binutils/binutils | 2 +- packages/toolchain/gcc/gcc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.20.1