Reduce the libiberty sources we build to those we actually need.

This commit is contained in:
David E. O'Brien 2001-03-31 20:00:18 +00:00
parent 5aa865141c
commit 7ea7bc591b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75045

View File

@ -5,11 +5,11 @@
.PATH: ${SRCDIR}/libiberty
LIB= iberty
SRCS= argv.c basename.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \
dyn-string.c fdmatch.c fnmatch.c getopt.c getopt1.c getruntime.c \
hex.c floatformat.c objalloc.c obstack.c spaces.c \
strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \
xstrdup.c xstrerror.c insque.c
SRCS= argv.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \
dyn-string.c getopt.c getopt1.c getruntime.c \
hex.c floatformat.c objalloc.c obstack.c \
xatexit.c xexit.c xmalloc.c \
xstrdup.c xstrerror.c
CFLAGS+= -DHAVE_CONFIG_H
NOPROFILE= true
NOPIC= true