aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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