Prefer the patch in p4 to the patch in svn as it properly sorts the

architectures alphabetically.
This commit is contained in:
Warner Losh 2008-09-19 01:35:34 +00:00
parent 7c2bd2b9e2
commit bfb4b856d3

View File

@ -174,7 +174,7 @@ OBJ_GRPS = STD DIV
# Floating point emulation functions
#
.if ${TARGET_ARCH} == "armNOT_YET" || ${TARGET_ARCH} == "powerpc" || \
${TARGET_ARCH} == "sparc64" || ${TARGET_ARCH} == "mips"
${TARGET_ARCH} == "sparc64"
FPBIT_CFLAGS = -DFINE_GRAINED_LIBRARIES -DFLOAT
DPBIT_CFLAGS = -DFINE_GRAINED_LIBRARIES