aboutsummaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-08 04:58:57 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-08 04:58:57 +0000
commita8e3ae11dbcb00ba64fd19669620d6af1253862e (patch)
tree3f1e386cad18999d4ba8df27023de01992b6adbd /libio
parent1a4c478de3250b70df14ebb417f83b96a5c34edc (diff)
* linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
Should fix linux build problem. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15142 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio')
-rw-r--r--libio/ChangeLog4
-rw-r--r--libio/config/linux.mt2
2 files changed, 5 insertions, 1 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog
index bc9267442d2..671aafb695c 100644
--- a/libio/ChangeLog
+++ b/libio/ChangeLog
@@ -1,3 +1,7 @@
+Sun Sep 7 23:00:18 1997 Jim Wilson (wilson@cygnus.com)
+
+ * linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
+
Fri Sep 5 09:58:43 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
* Makefile.in (iostream.list): Instead of adding stdio.list, add
diff --git a/libio/config/linux.mt b/libio/config/linux.mt
index 25d29c539a5..ffda1720839 100644
--- a/libio/config/linux.mt
+++ b/libio/config/linux.mt
@@ -7,7 +7,7 @@
# 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_DEP = $(LIBIOSTREAM_OBJECTS) stmp-stdio
LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`
# Comment the above and uncomment the below to use the code in the Linux libc: