Add bits we were getting from gnu/usr.bin/cc/Makefile.inc.

This commit is contained in:
David E. O'Brien 1999-03-31 06:40:40 +00:00
parent 5bcba11b71
commit 2862adb22e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45171

View File

@ -1,7 +1,10 @@
#
# $Id: Makefile,v 1.18 1998/10/06 11:28:29 peter Exp $
# $Id: Makefile,v 1.19 1999/01/09 21:50:55 jdp Exp $
#
GCCDIR= ${.CURDIR}/../../../contrib/gcc
.PATH: ${GCCDIR}/cp ${GCCDIR}
LIB= gcc
# Install libgcc_pic.a, since ld.so uses it.
@ -45,7 +48,7 @@ LIB2FUNCS= _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
_eh _pure
COMMONHDRS= config.h tconfig.h tm.h
CFLAGS+= -I.
CFLAGS+= -I${GCCDIR}/config -I.
CLEANFILES+= ${COMMONHDRS}
LIB1OBJS= ${LIB1FUNCS:S/$/.o/}