Update of /cvsroot/blob/blob
In directory usw-pr-cvs1:/tmp/cvs-serv24654
Modified Files:
Tag: blob_1_0_9_hack
configure.in
Log Message:
better CFLAGS (makes blob about 1k smaller)
Index: configure.in
===================================================================
RCS file: /cvsroot/blob/blob/configure.in,v
retrieving revision 1.1.1.1.2.4
retrieving revision 1.1.1.1.2.5
diff -u -r1.1.1.1.2.4 -r1.1.1.1.2.5
--- configure.in 2001/07/08 13:40:04 1.1.1.1.2.4
+++ configure.in 2001/07/11 18:47:43 1.1.1.1.2.5
@@ -209,7 +209,7 @@
LDFLAGS=`echo $LDFLAGS | sed 's/\ *-g\ */\ /'`
dnl Add some StrongARM specific flags
-CFLAGS=`echo $CFLAGS -nostdinc -mcpu=strongarm110 -mapcs-32 -fomit-frame-pointer -fPIC`
+CFLAGS=`echo $CFLAGS -march=armv4 -mcpu=strongarm1100 -fomit-frame-pointer -mapcs-32 -nostdinc`
LDFLAGS=`echo $LDFLAGS -static -nostdlib`
OCFLAGS="-O binary -R .note -R .comment -S"
AC_SUBST(OCFLAGS)
|