PERFORCE change 181909 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Aug 5 20:36:05 UTC 2010


http://p4web.freebsd.org/@@181909?ac=10

Change 181909 by gonzo at gonzo_figaro on 2010/08/05 20:35:39

	Alphabetize arch list

Affected files ...

.. //depot/projects/avr32/src/share/mk/sys.mk#6 edit

Differences ...

==== //depot/projects/avr32/src/share/mk/sys.mk#6 (text+ko) ====

@@ -47,7 +47,7 @@
 CFLAGS		?=	-O
 .else
 CC		?=	cc
-.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "mips" || ${MACHINE_CPUARCH} == "avr32"
+.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "avr32" || ${MACHINE_CPUARCH} == "mips"
 CFLAGS		?=	-O -pipe
 .else
 CFLAGS		?=	-O2 -pipe


More information about the p4-projects mailing list