PERFORCE change 29828 for review

Juli Mallett jmallett at FreeBSD.org
Sat Apr 26 15:40:16 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=29828

Change 29828 by jmallett at jmallett_dalek on 2003/04/26 15:39:18

	Define the %PLATFORM value, for e.g. ifdef(sgimips) in ARCS.

Affected files ...

.. //depot/projects/mips/sys/conf/Makefile.mips#8 edit

Differences ...

==== //depot/projects/mips/sys/conf/Makefile.mips#8 (text+ko) ====

@@ -43,6 +43,8 @@
 MIPSOPTS?= -mips3
 COPTS+= ${MIPSOPTS} -mno-abicalls -fno-pic -msoft-float
 
+CFLAGS+= -D${PLATFORM}
+
 .if defined(TEXTADDR)
 LDFLAGS+= -Ttext ${TEXTADDR}
 .endif


More information about the p4-projects mailing list