mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 07:30:27 +08:00
configure.in (enable_libgomp): Add AIX.
* configure.in (enable_libgomp): Add AIX. * configure: Regenerate. From-SVN: r110892
This commit is contained in:
parent
ef6c9873ef
commit
cac90078ea
@ -1,3 +1,8 @@
|
||||
2006-02-12 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* configure.in (enable_libgomp): Add AIX.
|
||||
* configure: Regenerate.
|
||||
|
||||
2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -1189,7 +1189,7 @@ no)
|
||||
;;
|
||||
*-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux*)
|
||||
;;
|
||||
*-*-darwin*)
|
||||
*-*-darwin* | *-*-aix*)
|
||||
;;
|
||||
*)
|
||||
noconfigdirs="$noconfigdirs target-libgomp"
|
||||
|
@ -387,7 +387,7 @@ no)
|
||||
;;
|
||||
*-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux*)
|
||||
;;
|
||||
*-*-darwin*)
|
||||
*-*-darwin* | *-*-aix*)
|
||||
;;
|
||||
*)
|
||||
noconfigdirs="$noconfigdirs target-libgomp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user