Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2003 16:37:05 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28462 for review
Message-ID:  <200304072337.h37Nb5W3048140@repoman.freebsd.org>

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

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



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