diff options
-rw-r--r-- | lib/msun/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 1c5869e..87bd954 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -14,8 +14,6 @@ .if ${MACHINE_CPUARCH} == "i386" ARCH_SUBDIR= i387 -.elif ${MACHINE_ARCH} == "powerpc64" -ARCH_SUBDIR= powerpc .else ARCH_SUBDIR= ${MACHINE_CPUARCH} .endif |