summaryrefslogtreecommitdiff
path: root/libiberty/makefile.dos
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/makefile.dos')
-rw-r--r--libiberty/makefile.dos29
1 files changed, 0 insertions, 29 deletions
diff --git a/libiberty/makefile.dos b/libiberty/makefile.dos
deleted file mode 100644
index 7eba62c3395..00000000000
--- a/libiberty/makefile.dos
+++ /dev/null
@@ -1,29 +0,0 @@
-CFLAGS=-O2
-
-OBJS = \
- argv.o \
- basename.o \
- concat.o \
- cplus-dem.o \
- fdmatch.o \
- floatformat.o \
- getopt.o \
- getopt1.o \
- getruntime.o \
- hex.o \
- msdos.o \
- obstack.o \
- spaces.o \
- strerror.o \
- strsignal.o \
- xatexit.o \
- xexit.o \
- xmalloc.o \
- $E
-
-.c.o:
- gcc -I../include $(CFLAGS) -c $<
-
-libiberty.a : $(OBJS)
- -rm libiberty.a
- ar rvs libiberty.a $(OBJS)