powerpc64 floating-point is identical to powerpc, so use the same

code on both architectures.
This commit is contained in:
Nathan Whitehorn 2010-07-10 14:40:57 +00:00
parent 8869de5e55
commit 3c766d1c8f

View File

@ -14,6 +14,8 @@
.if ${MACHINE_ARCH} == "i386"
ARCH_SUBDIR= i387
.elif ${MACHINE_ARCH} == "powerpc64"
ARCH_SUBDIR= powerpc
.else
ARCH_SUBDIR= ${MACHINE_ARCH}
.endif