diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-13 01:37:57 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-13 01:37:57 +0000 |
commit | 412fbd54ece7698b33f083ee77b6057070d8c508 (patch) | |
tree | c2c605ada827e1fb71f58d88da6a1a4d0d659b48 /libio/config | |
parent | 507d9bd4e4ac4ebf600b32d75a7e99cf23f7d3f5 (diff) | |
download | gcc-412fbd54ece7698b33f083ee77b6057070d8c508.tar.gz |
* configure.in (*-*-beos*): Recognize.
* config/beos.mt: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/config')
-rw-r--r-- | libio/config/beos.mt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libio/config/beos.mt b/libio/config/beos.mt new file mode 100644 index 00000000000..9e3c519ed13 --- /dev/null +++ b/libio/config/beos.mt @@ -0,0 +1,25 @@ +# 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 |