PERFORCE change 95862 for review

Warner Losh imp at FreeBSD.org
Sat Apr 22 03:47:25 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95862

Change 95862 by imp at imp_hammer on 2006/04/22 03:46:39

	Churn: back to TSC being the default.

Affected files ...

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

Differences ...

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

@@ -5,13 +5,13 @@
 
 CFLAGS=-O2 -mcpu=arm9 -ffreestanding \
 	-I${.CURDIR}/../libat91 \
-	-Wall -Waggregate-return -Wcast-align \
+	-Wall -Waggregate-return  \
 	-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
 	-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
 	-Werror
 
-#CFLAGS+=-DBOOT_TSC
-CFLAGS+=-DBOOT_KB9202
+CFLAGS+=-DBOOT_TSC
+#CFLAGS+=-DBOOT_KB9202
 
 LIBAT91=${.OBJDIR}/../libat91/libat91.a
 


More information about the p4-projects mailing list