svn commit: trunk/uClibc

psm at uclibc.org psm at uclibc.org
Tue Nov 1 22:19:30 UTC 2005


Author: psm
Date: 2005-11-01 14:19:29 -0800 (Tue, 01 Nov 2005)
New Revision: 12102

Log:
Create the lib*_pic.a links only if DOPIC is enabled

Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2005-11-01 22:12:53 UTC (rev 12101)
+++ trunk/uClibc/Makefile.in	2005-11-01 22:19:29 UTC (rev 12102)
@@ -243,6 +243,7 @@
 	$(LN) -sf $(RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB)libthread_db.so.1 \
 		$(PREFIX)$(DEVEL_PREFIX)lib/libthread_db.so
 endif
+ifeq ($(DOPIC),y)
 #	# If we build shared libraries then the static libs are PIC...
 #	# Make _pic.a symlinks to make mklibs.py and similar tools happy.
 	if [ -d lib ] ; then \
@@ -252,6 +253,7 @@
 		done ; \
 	fi
 endif
+endif
 
 # Installs run-time libraries
 install_runtime:




More information about the uClibc-cvs mailing list