From: Thomas Quinot Date: Tue, 5 Aug 2008 15:13:05 +0000 (+0200) Subject: Makefile.rtl: Compile s-oscons.ads as part of the runtime library. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e4495d6da2575d658ac7b8d875f96e5f3b850b1;p=gcc.git Makefile.rtl: Compile s-oscons.ads as part of the runtime library. 2008-08-05 Thomas Quinot * Makefile.rtl: Compile s-oscons.ads as part of the runtime library. From-SVN: r138726 --- 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) \