From 3c766d1c8f05729686bac97814914384a021b5d0 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Sat, 10 Jul 2010 14:40:57 +0000 Subject: [PATCH] powerpc64 floating-point is identical to powerpc, so use the same code on both architectures. --- lib/msun/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 4a1b73add29f..35077a38dbb7 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -14,6 +14,8 @@ .if ${MACHINE_ARCH} == "i386" ARCH_SUBDIR= i387 +.elif ${MACHINE_ARCH} == "powerpc64" +ARCH_SUBDIR= powerpc .else ARCH_SUBDIR= ${MACHINE_ARCH} .endif