toolchain gcc and binutils need to be build by existing host system tools
authorhackbard <hackbard>
Thu, 26 May 2005 00:00:48 +0000 (00:00 +0000)
committerhackbard <hackbard>
Thu, 26 May 2005 00:00:48 +0000 (00:00 +0000)
doc/CHANGELOG
packages/toolchain/binutils/binutils
packages/toolchain/gcc/gcc

index 7fac696..18e6fb4 100644 (file)
@@ -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
index 559ba95..635f3ec 100644 (file)
@@ -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"
index d1c8675..8193ae2 100644 (file)
@@ -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