From a81f695b15865268fea6ee062a381ba8e43a02b4 Mon Sep 17 00:00:00 2001 From: gingold Date: Mon, 2 Oct 2006 04:33:36 +0000 Subject: direct drivers and bugs fix --- translate/grt/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'translate/grt/Makefile.inc') diff --git a/translate/grt/Makefile.inc b/translate/grt/Makefile.inc index 2d9d60e..ec0d4d0 100644 --- a/translate/grt/Makefile.inc +++ b/translate/grt/Makefile.inc @@ -121,6 +121,9 @@ main.o: $(GRTSRCDIR)/main.adb i386.o: $(GRTSRCDIR)/config/i386.S $(CC) -c $(GRT_FLAGS) -o $@ $< +chkstk.o: $(GRTSRCDIR)/config/chkstk.S + $(CC) -c $(GRT_FLAGS) -o $@ $< + sparc.o: $(GRTSRCDIR)/config/sparc.S $(CC) -c $(GRT_FLAGS) -o $@ $< -- cgit