Build/install the PIC version of libgcc (libcc_pic.a) for use by shared

libraries that do exception unwinding.
This commit is contained in:
Peter Wemm 2003-06-13 22:07:39 +00:00
parent 70de0c73a5
commit 0800731a79
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -37,6 +37,7 @@ LIBFORM?= ${DESTDIR}${LIBDIR}/libform.a
LIBFTPIO?= ${DESTDIR}${LIBDIR}/libftpio.a
LIBG2C?= ${DESTDIR}${LIBDIR}/libg2c.a
LIBGCC?= ${DESTDIR}${LIBDIR}/libgcc.a
LIBGCC_PIC?= ${DESTDIR}${LIBDIR}/libgcc_pic.a
LIBGEOM?= ${DESTDIR}${LIBDIR}/libgeom.a
LIBGNUREGEX?= ${DESTDIR}${LIBDIR}/libgnuregex.a
LIBGSSAPI?= ${DESTDIR}${LIBDIR}/libgssapi.a # XXX in secure dist, not base