svn commit: r212531 - head/lib/msun

Warner Losh imp at FreeBSD.org
Mon Sep 13 04:23:23 UTC 2010


Author: imp
Date: Mon Sep 13 04:23:23 2010
New Revision: 212531
URL: http://svn.freebsd.org/changeset/base/212531

Log:
  This is exactly the same as the .else, so remove it.

Modified:
  head/lib/msun/Makefile

Modified: head/lib/msun/Makefile
==============================================================================
--- head/lib/msun/Makefile	Mon Sep 13 02:35:48 2010	(r212530)
+++ head/lib/msun/Makefile	Mon Sep 13 04:23:23 2010	(r212531)
@@ -14,8 +14,6 @@
 
 .if ${MACHINE_CPUARCH} == "i386"
 ARCH_SUBDIR= i387
-.elif ${MACHINE_ARCH} == "powerpc64"
-ARCH_SUBDIR= powerpc
 .else
 ARCH_SUBDIR= ${MACHINE_CPUARCH}
 .endif


More information about the svn-src-all mailing list