From e0ca8bf0b0d8049c7e9f7fe53f7ed942fac61453 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 13 Jun 2020 12:25:01 +0200 Subject: vhdl: --std93c is now an alias for --std=93 -frelaxed This simplifies the definition of --std=93c --- src/ghdldrv/ghdllocal.adb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/ghdldrv') diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb index ec2356e4b..b2df3769f 100644 --- a/src/ghdldrv/ghdllocal.adb +++ b/src/ghdldrv/ghdllocal.adb @@ -361,10 +361,9 @@ package body Ghdllocal is case Vhdl_Std is when Vhdl_87 => return "v87"; - when Vhdl_93c - | Vhdl_93 - | Vhdl_00 - | Vhdl_02 => + when Vhdl_93 + | Vhdl_00 + | Vhdl_02 => return "v93"; when Vhdl_08 => return "v08"; -- cgit v1.2.3