From 81905a8c0bafb05ccf260a38f274bbf24ec7ecb3 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 16 Jun 2020 19:24:23 +0200 Subject: libraries/vendors: fix scripts, pass --std= option early. For #1373 As the --std option can clear -frelaxed --- libraries/vendors/compile-altera.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/vendors/compile-altera.sh') diff --git a/libraries/vendors/compile-altera.sh b/libraries/vendors/compile-altera.sh index 3de2789b3..81788e3de 100755 --- a/libraries/vendors/compile-altera.sh +++ b/libraries/vendors/compile-altera.sh @@ -245,8 +245,8 @@ GHDLSetup GHDL_OPTIONS=(-fexplicit -frelaxed-rules --no-vital-checks --warn-binding --mb-comments) -GHDL_PARAMS=(${GHDL_OPTIONS[@]}) -GHDL_PARAMS+=(--ieee=$VHDLFlavor --std=$VHDLStandard -P$DestinationDirectory) +GHDL_PARAMS=(--ieee=$VHDLFlavor --std=$VHDLStandard -P$DestinationDirectory) +GHDL_PARAMS+=(${GHDL_OPTIONS[@]}) STOPCOMPILING=0 ERRORCOUNT=0 -- cgit v1.2.3