PERFORCE change 28136 for review
Peter Wemm
peter at FreeBSD.org
Fri Apr 4 18:42:20 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=28136
Change 28136 by peter at peter_overcee on 2003/04/04 18:42:09
use the cross compiler
Affected files ...
.. //depot/projects/hammer/sys/conf/Makefile.x86_64#3 edit
Differences ...
==== //depot/projects/hammer/sys/conf/Makefile.x86_64#3 (text+ko) ====
@@ -17,6 +17,19 @@
# after which config should be rerun for all machines.
#
+# The FSF cross tools don't understand -fformat-extensions
+CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
+ -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
+ -ffreestanding
+CC= x86_64-unknown-freebsd5.0-gcc
+LD= x86_64-unknown-freebsd5.0-ld
+NM= x86_64-unknown-freebsd5.0-nm
+SIZE= x86_64-unknown-freebsd5.0-size
+OBJCOPY= x86_64-unknown-freebsd5.0-objcopy
+OBJDUMP= x86_64-unknown-freebsd5.0-objdump
+MACHINE_ARCH= x86_64
+
+
# Which version of config(8) is required.
%VERSREQ= 500011
More information about the p4-projects
mailing list