aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlcomp.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-05-17 06:58:51 +0200
committerTristan Gingold <tgingold@free.fr>2016-05-17 21:19:20 +0200
commit0841fbb6085f467684f5db64b4efaf02de68e7f9 (patch)
treec3cef9259e8b0803cef11b4d6035b8be9afd350a /src/ghdldrv/ghdlcomp.adb
parent2c4f02de9ba36dbe52e661b50b67fbe14e92ae6e (diff)
downloadghdl-0841fbb6085f467684f5db64b4efaf02de68e7f9.tar.gz
ghdl-0841fbb6085f467684f5db64b4efaf02de68e7f9.tar.bz2
ghdl-0841fbb6085f467684f5db64b4efaf02de68e7f9.zip
Also search library in DIR/LIB/vVV.
Implement enhancement for issue69.
Diffstat (limited to 'src/ghdldrv/ghdlcomp.adb')
-rw-r--r--src/ghdldrv/ghdlcomp.adb5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ghdldrv/ghdlcomp.adb b/src/ghdldrv/ghdlcomp.adb
index 1dfc5111b..180240710 100644
--- a/src/ghdldrv/ghdlcomp.adb
+++ b/src/ghdldrv/ghdlcomp.adb
@@ -234,11 +234,6 @@ package body Ghdlcomp is
Run_Arg : Natural;
begin
begin
- Hooks.Compile_Init.all (False);
-
- Flags.Flag_Elaborate_With_Outdated := True;
- Flags.Flag_Only_Elab_Warnings := False;
-
if Args'Length > 1 and then
(Args (Args'First).all = "-r" or else Args (Args'First).all = "-e")
then