Browse Source

configure: use .altmacro for gnu as check on arm

Clang's integrated assembler (after 3.4) does not yet support the
'.altmacro' directive which is only used in arm asm. Support is planned:
http://llvm.org/bugs/show_bug.cgi?id=18918
tags/n2.3
Janne Grunau 11 years ago
parent
commit
7b06ddb835
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      configure

+ 4
- 0
configure View File

@@ -3734,6 +3734,10 @@ if enabled asm; then
\n: .int 0
.endm
m x
EOF

check_as <<EOF || $nogas "GNU assembler not found, install gas-preprocessor"
.altmacro
EOF

check_as <<EOF && enable as_func


Loading…
Cancel
Save