egcs-970907 build failure in libio/

Jim Wilson wilson@chestnut.cygnus.com
Sun Sep 7 19:46:00 GMT 1997


The real fix is probably this.  I haven't tested this.

Sun Sep  7 19:44:45 1997  Jim Wilson  <wilson@cygnus.com>

	* linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.

Index: linux.mt
===================================================================
RCS file: /cvs/cvsfiles/egcs/libio/config/linux.mt,v
retrieving revision 1.1.1.1
diff -p -r1.1.1.1 linux.mt
*** linux.mt	1997/08/21 22:58:24	1.1.1.1
--- linux.mt	1997/09/08 02:44:29
***************
*** 7,13 ****
  
  # 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:
--- 7,13 ----
  
  # 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) stmp-stdio
  LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`
  
  # Comment the above and uncomment the below to use the code in the Linux libc:



More information about the Gcc-bugs mailing list