diff mini-native.sh @ 295:bbfb6e7bf7e6

Add first pass at Super Hitachi platform.
author Rob Landley <rob@landley.net>
date Wed, 06 Feb 2008 20:20:00 -0600
parents 87df194d555d
children 309b574a5059
line wrap: on
line diff
--- a/mini-native.sh	Mon Feb 04 04:48:26 2008 -0600
+++ b/mini-native.sh	Wed Feb 06 20:20:00 2008 -0600
@@ -90,7 +90,7 @@
 setupfor gcc-g++ build-gcc gcc-core
 # GCC tries to "help out in the kitchen" by screwing up the linux include
 # files.  Cut out those bits with sed and throw them away.
-sed -i 's@\./fixinc\.sh@-c true@' "${CURSRC}/gcc/Makefile.in" &&
+sed -i 's@^STMP_FIX.*@@' "${CURSRC}/gcc/Makefile.in" &&
 # GCC has some deep assumptions about the name of the cross-compiler it should
 # be using.  These assumptions are wrong, and lots of redundant corrections
 # are required to make it stop.