Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2006 03:47:24 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95862 for review
Message-ID:  <200604220347.k3M3lOQn019355@repoman.freebsd.org>

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

Change 95862 by imp@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
 



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