Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 2009 19:48:22 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 158596 for review
Message-ID:  <200903021948.n22JmMBn034101@repoman.freebsd.org>

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

Change 158596 by gonzo@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



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