From eb4d862a6b8ac3991dac9a8bc2fb0b9d9830e951 Mon Sep 17 00:00:00 2001 From: gingold Date: Tue, 15 Jan 2008 05:53:39 +0000 Subject: synchronize: add support for MacOSX, fix bogus type conversion --- ortho/mcode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ortho/mcode/Makefile') diff --git a/ortho/mcode/Makefile b/ortho/mcode/Makefile index cdec5c4..182397a 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) $@ -- cgit