svn commit: r214795 - user/ed/compiler-rt/lib/libcompiler_rt

Ed Schouten ed at FreeBSD.org
Thu Nov 4 18:19:46 UTC 2010


Author: ed
Date: Thu Nov  4 18:19:45 2010
New Revision: 214795
URL: http://svn.freebsd.org/changeset/base/214795

Log:
  Remove PowerPC entirely. Nothing from that subdir gets built anyway.

Modified:
  user/ed/compiler-rt/lib/libcompiler_rt/Makefile

Modified: user/ed/compiler-rt/lib/libcompiler_rt/Makefile
==============================================================================
--- user/ed/compiler-rt/lib/libcompiler_rt/Makefile	Thu Nov  4 18:14:37 2010	(r214794)
+++ user/ed/compiler-rt/lib/libcompiler_rt/Makefile	Thu Nov  4 18:19:45 2010	(r214795)
@@ -10,8 +10,6 @@ CFLAGS+=${PICFLAG}
 
 .if ${MACHINE_CPUARCH} == "amd64"
 CRTARCH=x86_64
-.elif ${MACHINE_ARCH} == "powerpc"
-CRTARCH=ppc
 .else
 CRTARCH=${MACHINE_CPUARCH}
 .endif


More information about the svn-src-user mailing list