From 2e4495d6da2575d658ac7b8d875f96e5f3b850b1 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Tue, 5 Aug 2008 17:13:05 +0200 Subject: [PATCH] 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 --- gcc/ada/Makefile.rtl | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 66dfea8ed73f..994e46ac1360 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) \ -- 2.47.2