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

Ed Schouten ed at FreeBSD.org
Sat Oct 23 08:07:05 UTC 2010


Author: ed
Date: Sat Oct 23 08:07:05 2010
New Revision: 214233
URL: http://svn.freebsd.org/changeset/base/214233

Log:
  Compile compiler-rt with -fPIC.

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	Sat Oct 23 00:44:16 2010	(r214232)
+++ user/ed/compiler-rt/lib/libcompiler_rt/Makefile	Sat Oct 23 08:07:05 2010	(r214233)
@@ -6,6 +6,8 @@ LIB=	compiler_rt
 NO_PIC=
 WARNS?=	2
 
+CFLAGS+=${PICFLAG}
+
 .if ${MACHINE_CPUARCH} == "amd64"
 CRTARCH=x86_64
 .elif ${MACHINE_CPUARCH} == "powerpc"


More information about the svn-src-user mailing list