summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-06 08:04:05 +0000
committerphk <phk@FreeBSD.org>1995-03-06 08:04:05 +0000
commit06a16dc6b152c35ff90eae416c7cc98249c1ab8c (patch)
treedda1dc2777786f5cd4a17f0cdf52c04c65f5ad1b /gnu/usr.bin/cc
parent759945b4fafc8819d22f8becf7ac03ed42615a12 (diff)
downloadFreeBSD-src-06a16dc6b152c35ff90eae416c7cc98249c1ab8c.zip
FreeBSD-src-06a16dc6b152c35ff90eae416c7cc98249c1ab8c.tar.gz
Don't make the shared libgcc. I don't belive we need the libgcc_pic.a
anymore, so I killed that as well.
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/libgcc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/libgcc/Makefile b/gnu/usr.bin/cc/libgcc/Makefile
index 78e2809..f7bd85c 100644
--- a/gnu/usr.bin/cc/libgcc/Makefile
+++ b/gnu/usr.bin/cc/libgcc/Makefile
@@ -1,11 +1,9 @@
#
-# $Id$
+# $Id: Makefile,v 1.4 1994/11/15 04:52:14 phk Exp $
#
LIB= gcc
-INSTALL_PIC_ARCHIVE= yes
-SHLIB_MAJOR= 261
-SHLIB_MINOR= 0
+NOPIC= true
LIB1OBJS= _mulsi3.o _udivsi3.o _divsi3.o _umodsi3.o _modsi3.o _lshrsi3.o _lshlsi3.o _ashrsi3.o _ashlsi3.o _divdf3.o _muldf3.o _negdf2.o _adddf3.o _subdf3.o _fixdfsi.o _fixsfsi.o _floatsidf.o _floatsisf.o _truncdfsf2.o _extendsfdf2.o _addsf3.o _negsf2.o _subsf3.o _mulsf3.o _divsf3.o _eqdf2.o _nedf2.o _gtdf2.o _gedf2.o _ltdf2.o _ledf2.o _eqsf2.o _nesf2.o _gtsf2.o _gesf2.o _ltsf2.o _lesf2.o
LIB2OBJS= _muldi3.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _negdi2.o _lshrdi3.o _lshldi3.o _ashldi3.o _ashrdi3.o _ffsdi2.o _udiv_w_sdiv.o _udivmoddi4.o _cmpdi2.o _ucmpdi2.o _floatdidf.o _floatdisf.o _fixunsdfsi.o _fixunssfsi.o _fixunsdfdi.o _fixdfdi.o _fixunssfdi.o _fixsfdi.o _fixxfdi.o _fixunsxfdi.o _floatdixf.o _fixunsxfsi.o _fixtfdi.o _fixunstfdi.o _floatditf.o __gcc_bcmp.o _varargs.o _eprintf.o _op_new.o _op_vnew.o _new_handler.o _op_delete.o _op_vdel.o _bb.o _shtab.o _clear_cache.o _trampoline.o __main.o _exit.o _ctors.o _eh.o _pure.o
OpenPOWER on IntegriCloud