aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Schmidt <github@mschmidt.me>2016-08-07 11:06:28 +0200
committerMichael Schmidt <github@mschmidt.me>2016-08-07 11:06:28 +0200
commitae7797a2e76d0d2900b31340e8e69fef5cd71525 (patch)
treeed80a44b119a3c80cace09af83a942878ac70f12 /configure
parentf5b99eccf7a667fb017692da6712985445a6b0f4 (diff)
downloadcompcert-ae7797a2e76d0d2900b31340e8e69fef5cd71525.tar.gz
compcert-ae7797a2e76d0d2900b31340e8e69fef5cd71525.zip
port fix for configure from m-schmidt/EndiannessPlayground
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 1b93e3ca..ec5d2748 100755
--- a/configure
+++ b/configure
@@ -314,6 +314,11 @@ if test "$arch" = "ia32"; then
esac
fi
+#
+# Finalize Target Configuration
+#
+if test -z "$casmruntime"; then casmruntime="$casm $casm_options"; fi
+
#
# Test Assembler Support for CFI Directives