Date: Wed, 25 Jun 2003 19:26:23 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 33680 for review Message-ID: <200306260226.h5Q2QN5u046921@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=33680 Change 33680 by peter@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}help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306260226.h5Q2QN5u046921>
