PERFORCE change 30001 for review

Peter Wemm peter at FreeBSD.org
Mon Apr 28 16:13:13 PDT 2003


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

Change 30001 by peter at peter_daintree on 2003/04/28 16:12:16

	add -D__amd64__

Affected files ...

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

Differences ...

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

@@ -21,7 +21,7 @@
 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
+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


More information about the p4-projects mailing list