diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2008-09-10 20:11:49 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2008-09-10 20:11:49 +0000 |
commit | 1011d8a2ffdba31d8b9d43be43daa69ac8fb56a3 (patch) | |
tree | f47519a49f329cd2a8f20961afe31f87c2495d17 /gcc/ada/gcc-interface | |
parent | dec1b5d735d60579e3164e772a507e97297f106b (diff) | |
download | gcc-1011d8a2ffdba31d8b9d43be43daa69ac8fb56a3.zip gcc-1011d8a2ffdba31d8b9d43be43daa69ac8fb56a3.tar.gz gcc-1011d8a2ffdba31d8b9d43be43daa69ac8fb56a3.tar.bz2 |
Makefile.in: Switch RTEMS to s-interr-hwint.adb.
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* gcc-interface/Makefile.in: Switch RTEMS to s-interr-hwint.adb.
* s-osinte-rtems.ads: Add shared hardware interrupt adapter
layer. RTEMS binds to OS provided adapter routines so there are
no modifications to s-osinte-rtems.adb.
From-SVN: r140246
Diffstat (limited to 'gcc/ada/gcc-interface')
-rw-r--r-- | gcc/ada/gcc-interface/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 5a35c07..ccd20bd 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -1149,7 +1149,8 @@ ifeq ($(strip $(filter-out rtems%,$(osys))),) s-taprop.adb<s-taprop-posix.adb \ s-taspri.ads<s-taspri-posix.ads \ s-tpopsp.adb<s-tpopsp-rtems.adb \ - s-stchop.adb<s-stchop-rtems.adb + s-stchop.adb<s-stchop-rtems.adb \ + s-interr.adb<s-interr-hwint.adb endif ifeq ($(strip $(filter-out alpha% dec osf%,$(targ))),) |