summaryrefslogtreecommitdiff
path: root/libio/config/linux.mt
diff options
context:
space:
mode:
authorNo Author <no-author@gcc.gnu.org>1997-08-21 22:58:49 +0000
committerNo Author <no-author@gcc.gnu.org>1997-08-21 22:58:49 +0000
commit9d67cee02262346526bb25cbcf54750ebf134ecb (patch)
treeb5402095de45a8d16fd7dd80a4fa06b7f02a0bda /libio/config/linux.mt
parent2f08086dbba6a317202d4655c14984f55c84e1b0 (diff)
This commit was manufactured by cvs2svn to create tag 'start'.misc/start
From-SVN: r14881
Diffstat (limited to 'libio/config/linux.mt')
-rw-r--r--libio/config/linux.mt26
1 files changed, 26 insertions, 0 deletions
diff --git a/libio/config/linux.mt b/libio/config/linux.mt
new file mode 100644
index 00000000000..25d29c539a5
--- /dev/null
+++ b/libio/config/linux.mt
@@ -0,0 +1,26 @@
+# Since the Linux C library has libio, we have to be very careful.
+
+# By default, we build libio and use it. If someone wants to not
+# build it, let them go to extra work. The reason is that the user
+# may want a newer, bug fixed libio, also on a linux 1.0.8 system
+# things just won't build with the bottom section uncommented.
+
+# 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 have those in libc.a.
+# IO_OBJECTS=
+# STDIO_WRAP_OBJECTS=
+# OSPRIM_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