PERFORCE change 30015 for review

Peter Wemm peter at FreeBSD.org
Mon Apr 28 18:08:42 PDT 2003


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

Change 30015 by peter at 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
 


More information about the p4-projects mailing list