Date: Sun, 27 Apr 2003 19:51:35 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 29917 for review Message-ID: <200304280251.h3S2pZs7055320@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29917 Change 29917 by obrien@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304280251.h3S2pZs7055320>