PERFORCE change 31808 for review

Peter Wemm peter at FreeBSD.org
Sat May 24 11:52:51 PDT 2003


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

Change 31808 by peter at peter_daintree on 2003/05/24 11:52:48

	s/MACHINE_ARCH/TARGET_ARCH/ since that seems to be the preferred
	thing in this area.

Affected files ...

.. //depot/projects/hammer/gnu/usr.bin/cc/cc_int/Makefile#4 edit

Differences ...

==== //depot/projects/hammer/gnu/usr.bin/cc/cc_int/Makefile#4 (text+ko) ====

@@ -25,7 +25,7 @@
 	gcse.c genrtl.c profile.c regmove.c varray.c \
 	attribs.c cselib.c debug.c rtl-error.c tree-dump.c tree-inline.c
 
-.if ${MACHINE_ARCH} != "amd64"
+.if ${TARGET_ARCH} != "amd64"
 SRCS+=	${GCC_CPU}.c
 .else
 SRCS+=	i386-hacked.c


More information about the p4-projects mailing list