From b72f46a096f4d989717e6bd268cc969227ca8c4e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 1 Aug 2021 07:52:36 +0200 Subject: ghdldrv.adb: use cc (instead of gcc) as linker driver. Fix #1629 --- src/ghdldrv/ghdldrv.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ghdldrv/ghdldrv.adb b/src/ghdldrv/ghdldrv.adb index 01dc222b3..acd125765 100644 --- a/src/ghdldrv/ghdldrv.adb +++ b/src/ghdldrv/ghdldrv.adb @@ -485,7 +485,7 @@ package body Ghdldrv is Cmd.Assembler_Cmd := new String'("as"); end if; if Cmd.Linker_Cmd = null then - Cmd.Linker_Cmd := new String'("gcc"); + Cmd.Linker_Cmd := new String'("cc"); end if; end Set_Tools_Name; -- cgit v1.2.3