PERFORCE change 30315 for review

David E. O'Brien obrien at FreeBSD.org
Thu May 1 09:21:54 PDT 2003


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

Change 30315 by obrien at obrien_trang on 2003/05/01 09:21:52

	Revert to rev #1.  (how to do this properly??)

Affected files ...

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

Differences ...

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

@@ -41,7 +41,7 @@
 #					    default standard
 #
 
-.if ${TARGET_ARCH} == "alpha"
+.if ${MACHINE_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 ${TARGET_ARCH} == "i386"
+.elif ${MACHINE_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