diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1997-10-02 13:39:40 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1997-10-02 13:39:40 -0400 |
commit | 5a3a2567e941489d91cccc8b728b1416b8ffd12b (patch) | |
tree | d2b52d8918d3222144ac9648c53d748e15add13d /libio/config | |
parent | b6aa195e2030d30015a353f8f96cb9cab7bbcb71 (diff) | |
download | gcc-5a3a2567e941489d91cccc8b728b1416b8ffd12b.zip gcc-5a3a2567e941489d91cccc8b728b1416b8ffd12b.tar.gz gcc-5a3a2567e941489d91cccc8b728b1416b8ffd12b.tar.bz2 |
[multiple changes]
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
Diffstat (limited to 'libio/config')
-rw-r--r-- | libio/config/linuxlibc1.mt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libio/config/linuxlibc1.mt b/libio/config/linuxlibc1.mt index 1f22b4a..eaed5da 100644 --- a/libio/config/linuxlibc1.mt +++ b/libio/config/linuxlibc1.mt @@ -1,17 +1,10 @@ # Use the libio which comes with the local libc. -# That is where we keep the g++ header files. -gxx_includedir =$(prefix)/include/g++ - # 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= |