diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-10-23 07:13:15 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-10-23 07:13:15 +0000 |
commit | 145bb4f02adc549e471135756312076bfed8a7e6 (patch) | |
tree | 77c4e2fd7618784394520d04579c4854bb654cc4 /cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb | |
parent | x11/xfindproxy, x11/xfwp: Deprecate (diff) |
Re-add cad/ghdl: GNU VHDL simulator
Diffstat (limited to 'cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb')
-rw-r--r-- | cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb b/cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb new file mode 100644 index 000000000000..472221455770 --- /dev/null +++ b/cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb @@ -0,0 +1,11 @@ +--- src/ghdldrv/ghdldrv.adb.orig 2019-10-23 05:39:27 UTC ++++ src/ghdldrv/ghdldrv.adb +@@ -460,7 +460,7 @@ package body Ghdldrv is + Assembler_Cmd := new String'("as"); + end if; + if Linker_Cmd = null then +- Linker_Cmd := new String'("gcc"); ++ Linker_Cmd := new String'("cc"); + end if; + end Set_Tools_Name; + |