aboutsummaryrefslogtreecommitdiffstats
path: root/translate/grt/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'translate/grt/Makefile.inc')
-rw-r--r--translate/grt/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/translate/grt/Makefile.inc b/translate/grt/Makefile.inc
index 2d9d60e84..ec0d4d03e 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 $@ $<