summaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-30 13:25:28 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-30 13:25:28 +0000
commit27b37c434c2838f64567c5200685c1c56fe364be (patch)
treebcb4933a772f841e128cbbe09ee34621571763b8 /libio
parent42118a501f0175d77263d1030f03e32fb3cceeb1 (diff)
downloadgcc-27b37c434c2838f64567c5200685c1c56fe364be.tar.gz
* libio/dgux.mt: New file for DG/UX configuration of libio
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27248 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio')
-rw-r--r--libio/ChangeLog4
-rw-r--r--libio/config/dgux.mt25
2 files changed, 29 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog
index e7b75a1861f..834f958534a 100644
--- a/libio/ChangeLog
+++ b/libio/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 30 14:25:02 1999 Eric Raskin (ehr@listworks.com)
+
+ * libio/dgux.mt: New file for DG/UX configuration of libio
+
1999-05-20 Angela Marie Thomas <angela@cygnus.com>
* configure.in: Test for ${compiler_name}.exe as well.
diff --git a/libio/config/dgux.mt b/libio/config/dgux.mt
new file mode 100644
index 00000000000..4731ef585a5
--- /dev/null
+++ b/libio/config/dgux.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