diff options
author | Matthias Braun <matze@braunis.de> | 2010-06-25 16:02:01 +0200 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2010-06-25 16:02:01 +0200 |
commit | 62faa8261c55cf8ada462c1c187b1c0a6313683e (patch) | |
tree | 4ff763581a2ee5945eb77a95af111feeda821243 /configure.ac | |
parent | 73adc744c093e432fbc4dc5113cee63cbfce8347 (diff) |
remove the ppc32 backend (it's in a very broken state and not maintained)
[r27661]
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b5d0574..1918f66 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,7 @@ AC_DEFINE([INLINE], [inline], [define inline to compiler inline keyword]) BACKENDS="" if test "$enable_backend" = yes; then - BACKENDS="arm ia32 mips ppc32 sparc amd64" + BACKENDS="arm ia32 mips sparc amd64" fi AC_SUBST([BACKENDS]) |