From 57d32fcf135d6aee5ad9eaf411000ce4c3a48906 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Mon, 15 Dec 2008 20:43:07 -0600 Subject: We don't need to add - to UTILS_CROSS_COMPILE since it's already there --- gen_compile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gen_compile.sh') diff --git a/gen_compile.sh b/gen_compile.sh index 1136d3d7..40ba84ef 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -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}" != '' ] -- cgit v1.2.3-65-gdbad