diff options
Diffstat (limited to 'libstdc++-v3')
-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 cc34c60efeb..509c0ed19f3 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 09ea2c54e5d..0ca0760d59d 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. |