From 59d74c65758ed2f1daf096e7c2a901a6387ead61 Mon Sep 17 00:00:00 2001 From: charlet Date: Tue, 5 Aug 2008 15:13:05 +0000 Subject: 2008-08-05 Thomas Quinot * Makefile.rtl: Compile s-oscons.ads as part of the runtime library. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138726 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/Makefile.rtl | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc') diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 66dfea8ed73..994e46ac136 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -46,6 +46,7 @@ GNATRTL_TASKING_OBJS= \ s-inmaop$(objext) \ s-interr$(objext) \ s-intman$(objext) \ + s-oscons$(objext) \ s-osinte$(objext) \ s-proinf$(objext) \ s-solita$(objext) \ -- cgit v1.2.1