mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
13 lines
714 B
Text
13 lines
714 B
Text
- workaround for https://github.com/ghdl/ghdl/issues/2358
|
|
|
|
--- scripts/windows/mcode/Makefile.in.orig 2023-02-23 18:09:00 UTC
|
|
+++ scripts/windows/mcode/Makefile.in
|
|
@@ -14,7 +14,7 @@ GRTSRCDIR=grt
|
|
####grt Makefile.inc
|
|
|
|
ghdl_mcode: default_paths.ads $(GRT_ADD_OBJS) mmap_binding.o force
|
|
- gnatmake -aIghdldrv -aIghdl -aIortho -aIgrt $(GNATFLAGS) ghdl_mcode $(GNAT_BARGS) -largs mmap_binding.o $(GRT_ADD_OBJS) $(GRT_EXTRA_LIB) -Wl,--version-script=$(GRTSRCDIR)/grt.ver -Wl,--export-dynamic
|
|
+ gnatmake -aIghdldrv -aIghdl -aIortho -aIgrt $(GNATFLAGS) ghdl_mcode $(GNAT_BARGS) -largs mmap_binding.o $(GRT_ADD_OBJS) $(GRT_EXTRA_LIB) -Wl,--export-dynamic
|
|
|
|
mmap_binding.o: ortho/mmap_binding.c
|
|
$(CC) -c -g -o $@ $<
|