diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-04 18:10:10 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-04 18:10:10 +0000 |
commit | 9109851fbb4c37daf719f36457d74f4712533628 (patch) | |
tree | 6264da3bf4ca11342284c82f95e9b56ce8c47ec0 /libstdc++-v3/Makefile.in | |
parent | 08720b5a5a8fccbb857b881061bb873c6c9b0817 (diff) | |
download | gcc-9109851fbb4c37daf719f36457d74f4712533628.tar.gz |
2003-07-04 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am: Update target_ to host_.
* include/Makefile.in: Regenerate.
* src/Makefile.am: Same.
* src/Makefile.in: Regenerate.
* config/os/gnu-linux/os_defines.h: Remove glibc-2.0 support.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68926 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/Makefile.in')
-rw-r--r-- | libstdc++-v3/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/Makefile.in b/libstdc++-v3/Makefile.in index 1df7b1a3a5e..714a095d137 100644 --- a/libstdc++-v3/Makefile.in +++ b/libstdc++-v3/Makefile.in @@ -92,6 +92,8 @@ DEBUG_FLAGS = @DEBUG_FLAGS@ DLLTOOL = @DLLTOOL@ EXEEXT = @EXEEXT@ EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@ +FPOS_H = @FPOS_H@ +FPOS_INC_SRCDIR = @FPOS_INC_SRCDIR@ GCJ = @GCJ@ GCJFLAGS = @GCJFLAGS@ GLIBCPP_INCLUDES = @GLIBCPP_INCLUDES@ |