diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2004-12-08 12:47:34 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2004-12-08 12:47:34 +0100 |
commit | bd94e912ff679565d51bae79ef140ab7e7836aef (patch) | |
tree | 703adebb68fd3832efc8be01492b0e1bf32c88d4 /gcc | |
parent | 1a1035e41b21a28386d0a85e108d582db4ee9a6a (diff) | |
download | gcc-bd94e912ff679565d51bae79ef140ab7e7836aef.zip gcc-bd94e912ff679565d51bae79ef140ab7e7836aef.tar.gz gcc-bd94e912ff679565d51bae79ef140ab7e7836aef.tar.bz2 |
* Makefile.in: Add support for foreign threads on VMS.
From-SVN: r91889
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index 82d0141..45490c8 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -1241,7 +1241,7 @@ endif s-osprim.ads<s-osprim-vms.ads \ s-taprop.adb<s-taprop-vms.adb \ s-taspri.ads<s-taspri-vms.ads \ - s-tpopsp.adb<s-tpopsp-posix.adb \ + s-tpopsp.adb<s-tpopsp-posix-foreign.adb \ s-tpopde.adb<s-tpopde-vms.adb \ s-tpopde.ads<s-tpopde-vms.ads \ s-traent.adb<s-traent-vms.adb \ |