PERFORCE change 29917 for review

David E. O'Brien obrien at FreeBSD.org
Sun Apr 27 19:51:38 PDT 2003


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

Change 29917 by obrien at obrien_trang on 2003/04/27 19:51:11

	WTF wasn't this using TARGET_ARCH??

Affected files ...

.. //depot/projects/hammer/lib/msun/Makefile#2 edit

Differences ...

==== //depot/projects/hammer/lib/msun/Makefile#2 (text+ko) ====

@@ -41,7 +41,7 @@
 #					    default standard
 #
 
-.if ${MACHINE_ARCH} == "alpha"
+.if ${TARGET_ARCH} == "alpha"
 .PATH:	${.CURDIR)/alpha
 ARCH=	alpha
 ARCH_SRCS = s_copysign.S s_copysignf.S
@@ -50,7 +50,7 @@
 # handling is broken (doesn't exist!) on the Alpha port.
 # Stock gcc 2.7.2.1 doesn't understand these options.
 #CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
-.elif ${MACHINE_ARCH} == "i386"
+.elif ${TARGET_ARCH} == "i386"
 ARCH=	i387
 ARCH_PREFIX= ${ARCH}_
 ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \


More information about the p4-projects mailing list