diff mini-native.sh @ 546:a7f128fc53b5

Rename gcc-uClibc.c to ccwrap.c
author Rob Landley <rob@landley.net>
date Tue, 23 Dec 2008 01:18:22 -0600
parents fcdbdb1059fa
children 80f3356577fc
line wrap: on
line diff
--- a/mini-native.sh	Wed Dec 17 19:24:08 2008 -0600
+++ b/mini-native.sh	Tue Dec 23 01:18:22 2008 -0600
@@ -193,7 +193,7 @@
 mv "${TOOLS}"/lib/gcc/*/*/include "${TOOLS}"/gcc/include &&
 mv "${TOOLS}"/lib/gcc/*/* "${TOOLS}"/gcc/lib &&
 mv "${TOOLS}/bin/gcc" "${TOOLS}/bin/rawgcc" &&
-"${ARCH}-gcc" "${SOURCES}"/toys/gcc-uClibc.c -Os -s -o "${TOOLS}/bin/gcc" \
+"${ARCH}-gcc" "${SOURCES}"/toys/ccwrap.c -Os -s -o "${TOOLS}/bin/gcc" \
   -DGCC_UNWRAPPED_NAME='"rawgcc"' -DGIMME_AN_S &&
 
 # Wrap C++