Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2003 16:45:43 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30893 for review
Message-ID:  <200305092345.h49NjhiN001042@repoman.freebsd.org>

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

Change 30893 by peter@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
 



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