summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-17 03:18:24 +0000
committerache <ache@FreeBSD.org>2004-02-17 03:18:24 +0000
commiteeea596d5068b4bcd80ecdbb0a3f248a7e51b4cb (patch)
treea81f1eb2f908e297dcd89fc7637626f82ead8cbb
parentabc81e815b6285c0451638f6ca10f04ac97692a9 (diff)
downloadFreeBSD-src-eeea596d5068b4bcd80ecdbb0a3f248a7e51b4cb.zip
FreeBSD-src-eeea596d5068b4bcd80ecdbb0a3f248a7e51b4cb.tar.gz
Remove getopt*.c, we already have compatible getopt_long() in libc
(cc toolchain use it rarely, so no surprizes should occurse)
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index b127eb4..9e37575 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -69,7 +69,7 @@ SRCS+= cppdefault.c cpperror.c cppexp.c cppfiles.c cppinit.c cpphash.c \
cpplex.c cpplib.c cppmacro.c cppmain.c cpptrad.c mkdeps.c line-map.c
# stuff that makes libiberty now required (2.95) and shouldn't be...
-SRCS+= splay-tree.c hashtab.c partition.c lbasename.c md5.c hex.c getopt.c getopt1.c xmemdup.c physmem.c
+SRCS+= splay-tree.c hashtab.c partition.c lbasename.c md5.c hex.c xmemdup.c physmem.c
CFLAGS+= -DHAVE_CONFIG_H
CFLAGS+= -DTARGET_NAME=\"${target}\" -DIN_GCC
OpenPOWER on IntegriCloud