PERFORCE change 30893 for review

Peter Wemm peter at FreeBSD.org
Fri May 9 16:45:46 PDT 2003


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

Change 30893 by peter at peter_hammer on 2003/05/09 16:45:04

	Use the in-tree compiler now (yay!)

Affected files ...

.. //depot/projects/hammer/sys/conf/Makefile.amd64#8 edit

Differences ...

==== //depot/projects/hammer/sys/conf/Makefile.amd64#8 (text+ko) ====

@@ -17,19 +17,6 @@
 # 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 -Wcast-qual \
-                -ffreestanding -Wno-format -Wno-sign-compare
-CC=             x86_64-unknown-freebsd5.0-gcc -D__amd64__
-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=   amd64
-NO_CPU_COPTFLAGS= true	# minimize cross compile pain
-
 # Which version of config(8) is required.
 %VERSREQ=	500012
 


More information about the p4-projects mailing list