Remove getopt*.c, we already have compatible getopt_long() in libc

(cc toolchain use it rarely, so no surprizes should occurse)
This commit is contained in:
Andrey A. Chernov 2004-02-17 03:18:24 +00:00
parent 43e192cb49
commit 275e64c344

View File

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