Browse Source

configure: Die if gas is unavailable under aarch64 as well as ARM

tags/n2.4
Diego Biurrun 11 years ago
parent
commit
0026e356d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -3778,7 +3778,7 @@ EOF
}

if enabled asm; then
enabled arm aarch64 && nogas=die
enabled_any arm aarch64 && nogas=die
enabled_all ppc altivec && nogas=warn

if ! check_gas ; then


Loading…
Cancel
Save