summaryrefslogtreecommitdiff
path: root/cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-12-06 18:25:14 +0000
committerJohn Marino <marino@FreeBSD.org>2015-12-06 18:25:14 +0000
commit063e6270d0667adb7335fa91f5f30f5bd6afab91 (patch)
tree642c683acecb445607c7b8e9730ec66c9b4f0be6 /cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb
parent- Update to 1.8 (diff)
cad/ghdl: Upgrade version 0.32 => 0.33
Diffstat (limited to 'cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb')
-rw-r--r--cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb19
1 files changed, 6 insertions, 13 deletions
diff --git a/cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb b/cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb
index d42b08f2264a..40194ebe6418 100644
--- a/cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb
+++ b/cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb
@@ -1,6 +1,6 @@
---- src/ghdldrv/ghdldrv.adb.orig 2015-05-30 07:12:42 UTC
+--- src/ghdldrv/ghdldrv.adb.orig 2015-10-23 05:51:44 UTC
+++ src/ghdldrv/ghdldrv.adb
-@@ -43,8 +43,8 @@ package body Ghdldrv is
+@@ -42,8 +42,8 @@ package body Ghdldrv is
-- Name of the tools used.
Compiler_Cmd : String_Access := null;
Post_Processor_Cmd : String_Access := null;
@@ -11,17 +11,10 @@
-- Path of the tools.
Compiler_Path : String_Access;
-@@ -467,15 +467,9 @@ package body Ghdldrv is
- end if;
- end if;
- if Compile_Kind >= Compile_Gcc then
-- Assembler_Path := Locate_Exec_On_Path (Assembler_Cmd);
-- if Assembler_Path = null and not Flag_Asm then
-- Tool_Not_Found (Assembler_Cmd);
-- end if;
-- end if;
-- Linker_Path := Locate_Exec_On_Path (Linker_Cmd);
-- if Linker_Path = null then
+@@ -502,8 +502,9 @@ package body Ghdldrv is
+ -- Linker.
+ Linker_Path := Locate_Exec_On_Path (Linker_Cmd);
+ if Linker_Path = null then
- Tool_Not_Found (Linker_Cmd);
+ Assembler_Path := Assembler_Cmd'Access;
end if;