diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-05 19:05:13 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-05 19:05:13 +0000 |
| commit | 1934d6975e6732684f7a38261bd39b6bbb7b434b (patch) | |
| tree | 379e55f694b8e947567ea509f8030942b9b0a555 | |
| parent | 72659c9adefc024cd5d4965e70501615b578c8e6 (diff) | |
| download | ppe42-gcc-1934d6975e6732684f7a38261bd39b6bbb7b434b.tar.gz ppe42-gcc-1934d6975e6732684f7a38261bd39b6bbb7b434b.zip | |
Remove more libio.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39462 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libio/config/beos.mt | 25 | ||||
| -rw-r--r-- | libio/config/dgux.mt | 25 | ||||
| -rw-r--r-- | libio/config/hpux.mt | 3 | ||||
| -rw-r--r-- | libio/config/isc.mt | 4 |
4 files changed, 0 insertions, 57 deletions
diff --git a/libio/config/beos.mt b/libio/config/beos.mt deleted file mode 100644 index 9e3c519ed13..00000000000 --- 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 4731ef585a5..00000000000 --- 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 fc95afa64fa..00000000000 --- 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 15cbb8c36c2..00000000000 --- 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" |

