PERFORCE change 158596 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Mon Mar 2 11:48:25 PST 2009
http://perforce.freebsd.org/chv.cgi?CH=158596
Change 158596 by gonzo at gonzo_figaro on 2009/03/02 19:48:11
- -O2 is bad idea for new archs.
Affected files ...
.. //depot/projects/avr32/src/share/mk/sys.mk#2 edit
Differences ...
==== //depot/projects/avr32/src/share/mk/sys.mk#2 (text+ko) ====
@@ -35,7 +35,7 @@
CFLAGS ?= -O
.else
CC ?= cc
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "mips"
+.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "avr32"
CFLAGS ?= -O -pipe
.else
CFLAGS ?= -O2 -pipe
More information about the p4-projects
mailing list