Makefile.in (LIBGNAT_TARGET_PAIRS for VxWorks 6): For the RTP run time...
authorJose Ruiz <ruiz@adacore.com>
Wed, 6 Jun 2007 10:37:53 +0000 (12:37 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Jun 2007 10:37:53 +0000 (12:37 +0200)
commit66680f7af630060c5555a5d84738c7d2269ff742
treeab12136fd6fed8520785d98c42c03ca92e33cad5
parentd3cc6a322691df8a2732ec4ee5b0957caa057316
Makefile.in (LIBGNAT_TARGET_PAIRS for VxWorks 6): For the RTP run time...

2007-04-20  Jose Ruiz  <ruiz@adacore.com>
    Arnaud Charlet  <charlet@adacore.com>

* Makefile.in (LIBGNAT_TARGET_PAIRS for VxWorks 6): For the RTP run
time, use the default s-interr body that provides interrupt support
based on signals.
(LIBGNAT_TARGET_PAIRS for x86-linux): Use specialized versions of
a-exetim.ad{s,b}, a-extiti.ad{s,b}, a-rttiev.ad{s,b}, s-osinte.ad{s,b},
g-soccon.ads, and s-taprop.adb for the marte run time.
(EXTRA_GNATRTL_TASKING_OBJS for x86-linux): Execution time clocks and
timers are supported on marte.
(EH_MECHANISM for marte): Do not use ZCX.
(THREADSLIB for marte): Use -lmarte.
Add mlib-tgt-vms.o to the list of objects for gnatmake for VMS
Add mlib-tgt-specific.o to gnatmake objects
mlib-tgt-<platforms>.adb is now the body of MLib.Tgt.Specific, no
longer of MLib.Tgt.
(LIBGNAT_TARGET_PAIRS for vxworks): When building a run time for VxWorks
6, either kernel or rtp, use a specialized version of s-osinte.ads.

From-SVN: r125433
gcc/ada/Makefile.in