changeset 51:f96f7a24642a

A native compiler doesn't have a cross-prefix.
author Rob Landley <rob@landley.net>
date Tue, 19 Dec 2006 01:29:17 -0500
parents 5aeba79b8f5f
children 6d6551a37687
files mini-native.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mini-native.sh	Tue Dec 19 01:13:11 2006 -0500
+++ b/mini-native.sh	Tue Dec 19 01:29:17 2006 -0500
@@ -112,7 +112,7 @@
 
 # Build and install gcc wrapper script.
 
-mv "${TOOLS}/bin/${ARCH}-gcc" "${TOOLS}/bin/gcc-unwrapped" &&
+mv "${TOOLS}/bin/gcc" "${TOOLS}/bin/gcc-unwrapped" &&
 gcc "${TOP}"/sources/toys/gcc-uClibc.c -Os -s -o "${TOOLS}/bin/${ARCH}-gcc"
 
 [ $? -ne 0 ] && dienow