diff options
author | Matt Turner <[email protected]> | 2012-08-01 08:27:37 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-01 10:12:22 -0700 |
commit | 0e38a3ca52d8372307a10f8a1aa2ef4a24f0dc79 (patch) | |
tree | c5ba7faedde03ad58c594b9a136a48f2ae278516 /configure.ac | |
parent | 33ef67ab20de9b04f7d3d32f01cb87c29034db88 (diff) |
configure.ac: remove remnants of ppc asm support
Missed by d387899388bd7090bda50593e35f8ed3cb730c47.
Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 258c8ba0b47..60eaaf28051 100644 --- a/configure.ac +++ b/configure.ac @@ -470,13 +470,6 @@ if test "x$enable_asm" = xyes; then ;; esac ;; - powerpc) - case "$host_os" in - linux*) - asm_arch=ppc - ;; - esac - ;; sparc*) case "$host_os" in linux*) |