Date: Mon, 28 Apr 2003 18:08:40 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 30015 for review Message-ID: <200304290108.h3T18ei4070705@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=30015 Change 30015 by peter@peter_daintree on 2003/04/28 18:08:39 set MACHINE_ARCH etc to amd64 here too Affected files ... .. //depot/projects/hammer/sys/conf/Makefile.x86_64#12 edit Differences ... ==== //depot/projects/hammer/sys/conf/Makefile.x86_64#12 (text+ko) ==== @@ -27,7 +27,7 @@ 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 +MACHINE_ARCH= amd64 #COPTFLAGS= # none, -O crashes the 3.2 cross compiler I have NO_CPU_COPTFLAGS= true @@ -46,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?200304290108.h3T18ei4070705>