summaryrefslogtreecommitdiffstats
path: root/gcc/ada/Makefile.in
diff options
context:
space:
mode:
authorguerby <guerby@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-27 11:57:04 +0000
committerguerby <guerby@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-27 11:57:04 +0000
commitff94f0fb6689c33d3f19911072a403c6f3c3944d (patch)
treeaff5124405744e8a8116ea8635caacf24c5e18b0 /gcc/ada/Makefile.in
parent83fa7089cf88f2977721ecc3ced4a06c176c6bba (diff)
downloadppe42-gcc-ff94f0fb6689c33d3f19911072a403c6f3c3944d.tar.gz
ppe42-gcc-ff94f0fb6689c33d3f19911072a403c6f3c3944d.zip
2005-01-27 Laurent GUERBY <laurent@guerby.net>
* Makefile.in: Rename GNAT RTEMS specific files. * 5rtpopsp.adb, 4rintnam.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb: Replaced by files below. * s-tpopsp-rtems.adb, a-intman-rtems.ads, s-osinte-rtems.adb, s-osinte-rtems.ads, s-parame-rtems.adb: Replace files above. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94319 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/Makefile.in')
-rw-r--r--gcc/ada/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in
index 610c9ac23cb..85c30cff3d7 100644
--- a/gcc/ada/Makefile.in
+++ b/gcc/ada/Makefile.in
@@ -1135,13 +1135,13 @@ ifeq ($(strip $(filter-out rtems%,$(osys))),)
a-intnam.ads<4rintnam.ads \
s-inmaop.adb<s-inmaop-posix.adb \
s-intman.adb<s-intman-posix.adb \
- s-osinte.adb<5rosinte.adb \
- s-osinte.ads<5rosinte.ads \
+ s-osinte.adb<s-osinte-rtems.adb \
+ s-osinte.ads<s-osinte-rtems.ads \
s-osprim.adb<s-osprim-posix.adb \
- s-parame.adb<5rparame.adb \
+ s-parame.adb<s-parame-rtems.adb \
s-taprop.adb<s-taprop-posix.adb \
s-taspri.ads<s-taspri-posix.ads \
- s-tpopsp.adb<5rtpopsp.adb
+ s-tpopsp.adb<s-tpopsp-rtems.adb
endif
ifeq ($(strip $(filter-out alpha% dec osf%,$(targ))),)
OpenPOWER on IntegriCloud