aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-03-21 11:59:38 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2016-03-21 11:59:38 +0100
commit9c235764664d8aed363b3c2da2d14b9a70ff8094 (patch)
tree78c3f3b5646f1909a6614eb7094814a23ae51f2c
parent617adb6d79a44da824f9a6bd217596602d89552a (diff)
parent009bb83e2bb92233d4285eada58273f7e1c074ec (diff)
downloadcompcert-9c235764664d8aed363b3c2da2d14b9a70ff8094.tar.gz
compcert-9c235764664d8aed363b3c2da2d14b9a70ff8094.zip
Merge branch 'master' of github.com:AbsInt/CompCert
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9e315065..82d7142f 100755
--- a/configure
+++ b/configure
@@ -255,7 +255,7 @@ testfun:
.cfi_adjust_cfa_offset 16
.cfi_endproc
EOF
- if $casm -o /dev/null $f 2>/dev/null
+ if $casm $casm_options -o /dev/null $f 2>/dev/null
then echo "yes"; asm_supports_cfi=true
else echo "no"; asm_supports_cfi=false
fi