Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2003 15:40:13 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29828 for review
Message-ID:  <200304262240.h3QMeDXJ074980@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29828

Change 29828 by jmallett@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304262240.h3QMeDXJ074980>