Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2006 23:57:59 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 110075 for review
Message-ID:  <200611152357.kAFNvxF5011787@repoman.freebsd.org>

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

Change 110075 by imp@imp_lighthouse on 2006/11/15 23:57:10

	Go back to -O2 for now.  Today is gremlin day..

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/Makefile.inc#28 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/Makefile.inc#28 (text+ko) ====

@@ -8,7 +8,7 @@
 # tsc, kb920x are the supported flavors
 BOOT_FLAVOR=kb920x
 
-CFLAGS=-Os -mcpu=arm9 -ffreestanding \
+CFLAGS=-O2 -mcpu=arm9 -ffreestanding \
 	-I${.CURDIR}/../libat91 \
 	-I${.CURDIR}/../../../.. \
 	-I${.CURDIR}/../../../../arm \



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