diff options
Diffstat (limited to 'ortho/mcode/Makefile')
-rw-r--r-- | ortho/mcode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/mcode/Makefile b/ortho/mcode/Makefile index cdec5c40f..182397a9e 100644 --- a/ortho/mcode/Makefile +++ b/ortho/mcode/Makefile @@ -11,7 +11,7 @@ memsegs_c.o: $(ortho_srcdir)/mcode/memsegs_c.c $(CC) -c $(CFLAGS) -o $@ $< oread: force - gnatmake -m -o $@ -g $(GNAT_FLAGS) -aI../oread ortho_code_main -aI.. + gnatmake -m -o $@ -g $(GNAT_FLAGS) -aI../oread ortho_code_main -aI.. -largs memsegs_c.o elfdump: force gnatmake -m -g $(GNAT_FLAGS) $@ |