mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-19 01:54:19 +08:00
* configure.target (aix4*): Remove extra set of brackets.
From-SVN: r39546
This commit is contained in:
parent
6fca22eb3b
commit
527b03ede0
@ -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.
|
||||
|
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user