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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209877

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