PERFORCE change 33680 for review
Peter Wemm
peter at FreeBSD.org
Wed Jun 25 19:26:26 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=33680
Change 33680 by peter at peter_hammer on 2003/06/25 19:25:56
use i386/biarch64.h as the comment suggested, it works
Affected files ...
.. //depot/projects/hammer/gnu/usr.bin/cc/cc_tools/Makefile#8 edit
Differences ...
==== //depot/projects/hammer/gnu/usr.bin/cc/cc_tools/Makefile#8 (text+ko) ====
@@ -143,10 +143,8 @@
echo 'union tree_node;' >> ${.TARGET}
echo 'typedef union tree_node *tree;' >> ${.TARGET}
echo '' >> ${.TARGET}
-# XXX: consider including i386/biarch64.h instead of below
.if ${TARGET_ARCH} == "amd64"
- echo '#define TARGET_64BIT_DEFAULT 1' >>${.TARGET}
- echo '#define TARGET_BI_ARCH 1' >>${.TARGET}
+ echo '#include "i386/biarch64.h"' >>${.TARGET}
.endif
.if ${TARGET_ARCH} == "ia64"
echo '#define TARGET_CPU_DEFAULT (MASK_GNU_AS|MASK_GNU_LD)' >>${.TARGET}
More information about the p4-projects
mailing list