From 8c6113bcffdd4be4e178fd6d72c3b9c4fb7d6639 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Sat, 10 Jul 2010 14:40:57 +0000 Subject: powerpc64 floating-point is identical to powerpc, so use the same code on both architectures. --- lib/msun/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/msun') diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 4a1b73a..35077a3 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 -- cgit v1.1