diff options
author | Thomas Quinot <quinot@adacore.com> | 2008-08-05 17:13:05 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-05 17:13:05 +0200 |
commit | 2e4495d6da2575d658ac7b8d875f96e5f3b850b1 (patch) | |
tree | d18253d14928d5caa631ba53fb4d4703dabba263 /gcc/ada/Makefile.rtl | |
parent | 4fec4e7aba00bc1be7fddc051687127000052c22 (diff) | |
download | gcc-2e4495d6da2575d658ac7b8d875f96e5f3b850b1.tar.gz |
Makefile.rtl: Compile s-oscons.ads as part of the runtime library.
2008-08-05 Thomas Quinot <quinot@adacore.com>
* Makefile.rtl: Compile s-oscons.ads as part of the runtime library.
From-SVN: r138726
Diffstat (limited to 'gcc/ada/Makefile.rtl')
-rw-r--r-- | gcc/ada/Makefile.rtl | 1 |
1 files changed, 1 insertions, 0 deletions
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) \ |