summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-06-09 16:47:59 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-09 16:48:08 +0200
commit383d8ddf29513c614778db269899aba71094c051 (patch)
tree5f5e39b2fafa9dc97389f9ce30828a98fc1344b1
parentf341340552e2b70868a71aa55d3aebf3a27acc6d (diff)
parent7b06ddb8352fe7f434414d7911ced94956bb25b2 (diff)
Merge commit '7b06ddb8352fe7f434414d7911ced94956bb25b2'
* commit '7b06ddb8352fe7f434414d7911ced94956bb25b2': configure: use .altmacro for gnu as check on arm Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 5f53af1503..fa66c4f49d 100755
--- a/configure
+++ b/configure
@@ -4286,6 +4286,10 @@ if enabled asm; then
m x
EOF
+ check_as <<EOF || $nogas "GNU assembler not found, install gas-preprocessor"
+.altmacro
+EOF
+
check_as <<EOF && enable as_func
.func test
.endfunc