mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 06:48:53 +08:00
5a3a2567e9
Thu Oct 2 10:36:49 1997 Jason Merrill <jason@yorick.cygnus.com> * gen-params: Fix __printf_fp test. * config/linuxlibc1.mt (gxx_includedir): Don't define. Thu Oct 2 10:36:26 1997 Ulrich Drepper <drepper@rtl.cygnus.com> * config/linuxlibc1.mt (_G_CONFIG_H): Don't define. * gen-params: Add test for __printf_fp. Getting closer... From-SVN: r15833
22 lines
793 B
Mathematica
22 lines
793 B
Mathematica
# 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`
|
|
|
|
# We must not see the libio.h file from this library.
|
|
LIBIO_INCLUDE=
|
|
|
|
# We have those in libc.a.
|
|
IO_OBJECTS=iogetc.o ioputc.o iofeof.o ioferror.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
|