aboutsummaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2001-02-05 11:05:13 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-02-05 11:05:13 -0800
commit49bb963ddef584ccca3e5fc5e9f6fae064fa3a0e (patch)
tree379e55f694b8e947567ea509f8030942b9b0a555 /libio
parent1ebb5e73d605d86d112619eae0fe94ca16eb7b86 (diff)
downloadgcc-49bb963ddef584ccca3e5fc5e9f6fae064fa3a0e.zip
gcc-49bb963ddef584ccca3e5fc5e9f6fae064fa3a0e.tar.gz
gcc-49bb963ddef584ccca3e5fc5e9f6fae064fa3a0e.tar.bz2
Remove more libio.
From-SVN: r39462
Diffstat (limited to 'libio')
-rw-r--r--libio/config/beos.mt25
-rw-r--r--libio/config/dgux.mt25
-rw-r--r--libio/config/hpux.mt3
-rw-r--r--libio/config/isc.mt4
4 files changed, 0 insertions, 57 deletions
diff --git a/libio/config/beos.mt b/libio/config/beos.mt
deleted file mode 100644
index 9e3c519..0000000
--- a/libio/config/beos.mt
+++ /dev/null
@@ -1,25 +0,0 @@
-# Use the libio which comes with the local libc.
-
-# Comment this out to avoid including the stdio functions in libiostream.a:
-# LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS)
-# LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stdio.list
-# LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`
-
-# Comment the above and uncomment the below to use the code in the Linux libc:
-# We have _G_config.h in /usr/include.
-_G_CONFIG_H=
-
-# We must not see the libio.h file from this library.
-LIBIO_INCLUDE=
-
-# We have those in libc.a.
-IO_OBJECTS= iogetline.o
-STDIO_WRAP_OBJECTS=
-OSPRIM_OBJECTS=
-STDIO_OBJECTS=
-
-# We have the rest in /usr/include.
-USER_INCLUDES=PlotFile.h SFile.h builtinbuf.h editbuf.h fstream.h \
- indstream.h iomanip.h iostream.h istream.h ostream.h \
- parsestream.h pfstream.h procbuf.h stdiostream.h stream.h \
- streambuf.h strfile.h strstream.h
diff --git a/libio/config/dgux.mt b/libio/config/dgux.mt
deleted file mode 100644
index 4731ef5..0000000
--- a/libio/config/dgux.mt
+++ /dev/null
@@ -1,25 +0,0 @@
-# Use the libio which comes with the local libc.
-
-# Comment this out to avoid including the stdio functions in libiostream.a:
-# LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS)
-# LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stdio.list
-# LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`
-
-# Comment the above and uncomment the below to use the code in the Linux libc:
-# We have _G_config.h in /usr/include.
-_G_CONFIG_H=
-
-# We must not see the libio.h file from this library.
-LIBIO_INCLUDE=
-
-# We have those in libc.a.
-IO_OBJECTS= iogetline.o
-STDIO_WRAP_OBJECTS=
-OSPRIM_OBJECTS=
-STDIO_OBJECTS=
-
-# We have the rest in /usr/include.
-USER_INCLUDES=PlotFile.h SFile.h builtinbuf.h editbuf.h fstream.h \
- indstream.h iomanip.h iostream.h istream.h ostream.h \
- parsestream.h pfstream.h procbuf.h stdiostream.h stream.h \
- streambuf.h strfile.h strstream.h
diff --git a/libio/config/hpux.mt b/libio/config/hpux.mt
deleted file mode 100644
index fc95afa..0000000
--- a/libio/config/hpux.mt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Flags to pass to gen-params when building _G_config.h.
-# For example: G_CONFIG_ARGS = size_t="unsigned long"
-G_CONFIG_ARGS = DOLLAR_IN_LABEL=1
diff --git a/libio/config/isc.mt b/libio/config/isc.mt
deleted file mode 100644
index 15cbb8c..0000000
--- a/libio/config/isc.mt
+++ /dev/null
@@ -1,4 +0,0 @@
-# Flags to pass to gen-params when building _G_config.h.
-# For example: G_CONFIG_ARGS = size_t="unsigned long"
-G_CONFIG_ARGS = pid_t="unsigned short" \
- gid_t="unsigned short" uid_t="unsigned short"