PERFORCE change 28462 for review

Peter Wemm peter at FreeBSD.org
Mon Apr 7 16:37:08 PDT 2003


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

Change 28462 by peter at peter_daintree on 2003/04/07 16:36:24

	having -O crash is a function of my machine at home for some reason.
	disable CPUTYPE.

Affected files ...

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

Differences ...

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

@@ -28,7 +28,8 @@
 OBJCOPY=        x86_64-unknown-freebsd5.0-objcopy
 OBJDUMP=        x86_64-unknown-freebsd5.0-objdump
 MACHINE_ARCH=   x86_64
-COPTFLAGS=	# none, -O crashes the 3.2 cross compiler I have
+#COPTFLAGS=	# none, -O crashes the 3.2 cross compiler I have
+NO_CPU_COPTFLAGS= true
 
 
 # Which version of config(8) is required.


More information about the p4-projects mailing list