We don't need to add - to UTILS_CROSS_COMPILE since it's already there
authorAndrew Gaffney <agaffney@gentoo.org>
Tue, 16 Dec 2008 02:43:07 +0000 (20:43 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Tue, 16 Dec 2008 02:43:07 +0000 (20:43 -0600)
ChangeLog
gen_compile.sh

index 8d8cfbe7d97adacce56ca61bf3ff456e3a9ec8f6..91b10a8d038e984fb5ff03853d9176e4b09e0c12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney
 # Distributed under the GPL v2
 
+  16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
+  We don't need to add - to UTILS_CROSS_COMPILE since it's already there
+
   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/busy-config,
   gen_compile.sh, +netboot/busy-config:
   Separate out main and netboot busy-config
index 1136d3d7c3dfff29b7b8aa395891e866578d75f0..40ba84ef1b5b019ed72d16419265282a6f770ae1 100644 (file)
@@ -35,9 +35,9 @@ compile_utils_args()
 
        if [ -n "${UTILS_CROSS_COMPILE}" ]
        then
-               UTILS_CC="${UTILS_CROSS_COMPILE}-gcc"
-               UTILS_LD="${UTILS_CROSS_COMPILE}-ld"
-               UTILS_AS="${UTILS_CROSS_COMPILE}-as"
+               UTILS_CC="${UTILS_CROSS_COMPILE}gcc"
+               UTILS_LD="${UTILS_CROSS_COMPILE}ld"
+               UTILS_AS="${UTILS_CROSS_COMPILE}as"
        fi
 
        if [ "${UTILS_ARCH}" != '' ]