]> hackdaworld.org Git - hdw-linux/hdw-linux.git/commitdiff
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 7fac696c50df0a5c3a26587faf780dc0c95f0e14..18e6fb40ce6371d669e35f8d22fc7f49439a1845 100644 (file)
@@ -1,5 +1,6 @@
 *) 2005-05-26
 
 *) 2005-05-26
 
+- use host system tools for toolchain binutils and gcc build
 - updated firefox, thunderbird, linux, hotplug
 
 *) 2005-05-25
 - updated firefox, thunderbird, linux, hotplug
 
 *) 2005-05-25
index 559ba958842e145be3ce71dc2a7f45636957194e..635f3ec33143cac66b3d642d998fd7b30395c0ab 100644 (file)
@@ -9,7 +9,7 @@
 if [ "$priority" = "1" ] ; then
        confopt="$confopt --disable-nls"
        # use host system tools
 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"
        . ./scripts/optimization
        unset CFLAGS
        libpath="$prefix/lib"
index d1c86750973ca2268a1f046a7f3419aa08624de1..8193ae264254e8524cec7f13192ff98c97562d67 100644 (file)
@@ -19,7 +19,7 @@ if [ "$priority" = "1" ] ; then
        confopt="$confopt --enable-languages=c --disable-nls"
 
        # use host system tools
        confopt="$confopt --enable-languages=c --disable-nls"
 
        # use host system tools
-       hdw_arch_prefix=""
+       hdw_arch_prefix="" ; hdw_cflags=""
        . ./scripts/optimization
        unset CFLAGS
 
        . ./scripts/optimization
        unset CFLAGS