From ae7797a2e76d0d2900b31340e8e69fef5cd71525 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Sun, 7 Aug 2016 11:06:28 +0200 Subject: port fix for configure from m-schmidt/EndiannessPlayground --- configure | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit