From f5b14c31ab8c9c42e6c51f08cdb5789a0f677eb7 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 19 Oct 2017 20:53:05 +0200 Subject: Makefiles: use GNATMAKE for llvm and grt. Tentative fix for #443. --- src/grt/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grt') diff --git a/src/grt/Makefile.inc b/src/grt/Makefile.inc index bf6f9dbf0..48acc1423 100644 --- a/src/grt/Makefile.inc +++ b/src/grt/Makefile.inc @@ -117,7 +117,7 @@ grt/run-bind.adb: grt $(GRT_SRC_DEPS) grt-force # Set No Run-Time flag to suppress references to standard gnat library. sed -e '/^P /s/P /P NR /' < grt/ghdl_main.ali > grt/ghdl_main-tmp.ali $(MV) grt/ghdl_main-tmp.ali grt/ghdl_main.ali - cd grt; gnatbind -Lgrt_ -o run-bind.adb -n ghdl_main.ali + cd grt; $(GNATMAKE) -b ghdl_main.ali -bargs -Lgrt_ -o run-bind.adb -n grt: mkdir grt -- cgit v1.2.3