Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2003 11:52:48 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31808 for review
Message-ID:  <200305241852.h4OIqm12091952@repoman.freebsd.org>

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

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



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