diff options
| author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-08 19:53:19 +0000 | 
|---|---|---|
| committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-08 19:53:19 +0000 | 
| commit | 461f170b8a3f268bab4326eb836910ea177f973f (patch) | |
| tree | 14991d0039953cb163676fc3c4af26839a1d5e97 | |
| parent | 15b104652a6b0edb3c2a711d29907e048658c789 (diff) | |
| download | ppe42-gcc-461f170b8a3f268bab4326eb836910ea177f973f.tar.gz ppe42-gcc-461f170b8a3f268bab4326eb836910ea177f973f.zip  | |
        * configure.target (aix4*): Remove extra set of brackets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39546 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
| -rw-r--r-- | libstdc++-v3/configure.target | 2 | 
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cb801578272..54d68e99be7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-02-28  David Edelsohn  <edelsohn@gnu.org> + +	* configure.target (aix4*): Remove extra set of brackets. +  2001-02-07  Benjamin Kosnik  <bkoz@redhat.com>  	Clean up stdexcept. diff --git a/libstdc++-v3/configure.target b/libstdc++-v3/configure.target index 506cbf25101..f5dae7ca318 100644 --- a/libstdc++-v3/configure.target +++ b/libstdc++-v3/configure.target @@ -67,7 +67,7 @@ esac  # THIS TABLE IS SORTED.  KEEP IT THAT WAY.  case "${target_os}" in -  aix4.[[3456789]]* | aix[[56789]]*) +  aix4.[3456789]* | aix[56789]*)      os_include_dir="config/os/aix"      case "$CXX" in        *pthread*)  | 

