diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2003-07-04 09:10:48 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2003-07-04 09:10:48 +0000 |
commit | 1b33b6b2f076b5d042402b15383bf360ffda550f (patch) | |
tree | ac083697eceb6876eeed6ab64a69815ed50f8006 | |
parent | 1cf0dce8a86d805c20a520445f3728a5c721fe2f (diff) | |
download | gcc-1b33b6b2f076b5d042402b15383bf360ffda550f.zip gcc-1b33b6b2f076b5d042402b15383bf360ffda550f.tar.gz gcc-1b33b6b2f076b5d042402b15383bf360ffda550f.tar.bz2 |
configure.host (fpos_include_dir): Fix.
2003-07-04 Benjamin Kosnik <bkoz@redhat.com>
* configure.host (fpos_include_dir): Fix.
From-SVN: r68918
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/configure.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cc34c60..509c0ed 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2003-07-04 Benjamin Kosnik <bkoz@redhat.com> + + * configure.host (fpos_include_dir): Fix. + 2003-07-04 Paolo Carlini <pcarlini@unitus.it> * include/bits/stl_heap.h: Fully qualify standard diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index 09ea2c5..0ca0760 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -54,7 +54,7 @@ # systems out there. :-) c_model=c_std c_compatibility=no -fpos_include_dir=generic +fpos_include_dir="os/generic" # HOST-SPECIFIC OVERRIDES # Set any CPU-dependent bits. |