diff options
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 9ae56048905..811c296cb81 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1455,6 +1455,9 @@ if test x$enable___cxa_atexit = xyes || \ *-*-mingw32*) use_cxa_atexit=yes ;; + powerpc-ibm-aix*) + use_cxa_atexit=yes + ;; *) AC_CHECK_FUNC(__cxa_atexit,[use_cxa_atexit=yes], [echo "__cxa_atexit can't be enabled on this target"]) |