From 634efbeebe693c3955dda2ff00ddb36d4ea5a83e Mon Sep 17 00:00:00 2001 From: dje Date: Sun, 12 Feb 2006 16:24:23 +0000 Subject: [PATCH] * configure.in (enable_libgomp): Add AIX. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110892 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 5 +++++ configure | 2 +- configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4ea4af4cb06..8885d542d7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-12 David Edelsohn + + * configure.in (enable_libgomp): Add AIX. + * configure: Regenerate. + 2006-02-07 Maxim Kuvyrkov * MAINTAINERS (Write After Approval): Add myself. diff --git a/configure b/configure index 421fe9386c5..e05feb33afb 100755 --- a/configure +++ b/configure @@ -1189,7 +1189,7 @@ no) ;; *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux*) ;; - *-*-darwin*) + *-*-darwin* | *-*-aix*) ;; *) noconfigdirs="$noconfigdirs target-libgomp" diff --git a/configure.in b/configure.in index 0eddff8fb2c..0540c6f8c31 100644 --- a/configure.in +++ b/configure.in @@ -387,7 +387,7 @@ no) ;; *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux*) ;; - *-*-darwin*) + *-*-darwin* | *-*-aix*) ;; *) noconfigdirs="$noconfigdirs target-libgomp" -- 2.11.0