Date: Wed, 30 Apr 2003 16:29:49 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 30185 for review Message-ID: <200304302329.h3UNTnF3060824@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=30185 Change 30185 by peter@peter_daintree on 2003/04/30 16:28:51 Sync up with pre-moron-deleted-file-event Affected files ... .. //depot/projects/hammer/sys/conf/Makefile.amd64#5 edit Differences ... ==== //depot/projects/hammer/sys/conf/Makefile.amd64#5 (text+ko) ==== @@ -17,6 +17,21 @@ # 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 -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 +#COPTFLAGS= # none, -O crashes the 3.2 cross compiler I have +NO_CPU_COPTFLAGS= true + + # Which version of config(8) is required. %VERSREQ= 500012 @@ -31,7 +46,7 @@ .endif .include "$S/conf/kern.pre.mk" -MKMODULESENV+= MACHINE=x86_64 +MKMODULESENV+= MACHINE=amd64 %BEFORE_DEPEND
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304302329.h3UNTnF3060824>