# 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
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}" != '' ]