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-lattice.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/vendors/compile-lattice.sh') diff --git a/libraries/vendors/compile-lattice.sh b/libraries/vendors/compile-lattice.sh index 3a5478c42..066793bb4 100755 --- a/libraries/vendors/compile-lattice.sh +++ b/libraries/vendors/compile-lattice.sh @@ -215,8 +215,8 @@ GHDLSetup GHDL_OPTIONS=(-fexplicit -frelaxed-rules --no-vital-checks --warn-binding --mb-comments) -GHDL_PARAMS=(${GHDL_OPTIONS[@]}) -GHDL_PARAMS+=(--ieee=$VHDLFlavor --std=$VHDLStandard) +GHDL_PARAMS=(--ieee=$VHDLFlavor --std=$VHDLStandard) +GHDL_PARAMS+=(${GHDL_OPTIONS[@]}) STOPCOMPILING=0 -- cgit v1.2.3