diff options
Diffstat (limited to 'gas/configure.ac')
-rw-r--r-- | gas/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/configure.ac b/gas/configure.ac index c3bd117..b79586d 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -272,8 +272,6 @@ for this_target in $target $canon_targets ; do ;; changequote(,)dnl - ppc-*-aix5.[01]*) - ;; ppc-*-aix[5-9].*) changequote([,])dnl AC_DEFINE(AIX_WEAK_SUPPORT, 1, @@ -451,6 +449,7 @@ changequote([,])dnl if test $this_target = $target ; then AC_DEFINE_UNQUOTED(DEFAULT_ARCH, "${arch}", [Default architecture.]) fi + using_cgen=yes ;; epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k) using_cgen=yes |