aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-06-13 22:07:39 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-06-13 22:07:39 +0000
commit0800731a795acb91b627377a20b577a8c0758d28 (patch)
treef10bb775508bc470de88b1fb08e5ac8968c71b95 /gnu/lib
parent70de0c73a54485b3434ef01d0e5e2b0528a60eef (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libgcc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index 91faed8c56fd..db72e01c1483 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -12,6 +12,9 @@ LIB= gcc
#SHLIB_MAJOR= 1
+# We need to install libgcc_pic.a as well, for use by shared libs.
+INSTALL_PIC_ARCHIVE= yes
+
#
# XXX This is a hack, but it seems to work.
# libgcc2.a is meant to be compiled by *this* version of gcc.