aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2021-05-09 14:21:05 +0200
committertgingold <tgingold@users.noreply.github.com>2021-05-10 07:56:17 +0200
commitbdd5bcdfa61bd85100e54c516a33aa45ac250cde (patch)
tree67ea0c9bddab78dba424b3b8fe4a0c8114c6fcaa /scripts
parent625b162ff46a41117cdebc821c166cc280099176 (diff)
downloadghdl-bdd5bcdfa61bd85100e54c516a33aa45ac250cde.tar.gz
ghdl-bdd5bcdfa61bd85100e54c516a33aa45ac250cde.tar.bz2
ghdl-bdd5bcdfa61bd85100e54c516a33aa45ac250cde.zip
Makefiles: remove unused GNAT_LARGS variable
Diffstat (limited to 'scripts')
-rw-r--r--scripts/windows/mcode/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/windows/mcode/Makefile.in b/scripts/windows/mcode/Makefile.in
index be1f11516..0f7b7422d 100644
--- a/scripts/windows/mcode/Makefile.in
+++ b/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 $(GNAT_LARGS) $(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,--version-script=$(GRTSRCDIR)/grt.ver -Wl,--export-dynamic
mmap_binding.o: ortho/mmap_binding.c
$(CC) -c -g -o $@ $<