]> git.ipfire.org Git - thirdparty/gcc.git/blob - libio/config/linux.mt
Initial revision
[thirdparty/gcc.git] / libio / config / linux.mt
1 # Since the Linux C library has libio, we have to be very careful.
2
3 # By default, we build libio and use it. If someone wants to not
4 # build it, let them go to extra work. The reason is that the user
5 # may want a newer, bug fixed libio, also on a linux 1.0.8 system
6 # things just won't build with the bottom section uncommented.
7
8 # Comment this out to avoid including the stdio functions in libiostream.a:
9 LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS)
10 LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stdio.list
11 LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`
12
13 # Comment the above and uncomment the below to use the code in the Linux libc:
14 # We have _G_config.h in /usr/include.
15 # _G_CONFIG_H=
16
17 # We have those in libc.a.
18 # IO_OBJECTS=
19 # STDIO_WRAP_OBJECTS=
20 # OSPRIM_OBJECTS=
21
22 # We have the rest in /usr/include.
23 # USER_INCLUDES=PlotFile.h SFile.h builtinbuf.h editbuf.h fstream.h \
24 # indstream.h iomanip.h iostream.h istream.h ostream.h \
25 # parsestream.h pfstream.h procbuf.h stdiostream.h stream.h \
26 # streambuf.h strfile.h strstream.h