summaryrefslogtreecommitdiff
path: root/gcc/ada/makeutl.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-01 08:12:27 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-01 08:12:27 +0000
commit076058a3211913809003dca94568254700264fc9 (patch)
tree8b274633bd4a9796bb8f946cf618a08545de0628 /gcc/ada/makeutl.adb
parent8e28536fd540a9f76e778e5a21bb74c0fc4d57b0 (diff)
downloadgcc-076058a3211913809003dca94568254700264fc9.tar.gz
2014-08-01 Arnaud Charlet <charlet@adacore.com>
* binde.adb, bindgen.adb, butil.adb, clean.adb, gnatbind.adb, gnatchop.adb, gnatcmd.adb, gnatls.adb, gnatname.adb, krunch.adb, make.adb, makeutl.adb, memtrack.adb, mlib-prj.adb, mlib.adb, mlib.ads, tempdir.adb: Remove VMS handling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213413 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/makeutl.adb')
-rw-r--r--gcc/ada/makeutl.adb7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ada/makeutl.adb b/gcc/ada/makeutl.adb
index b192ef858f9..7d4b762f959 100644
--- a/gcc/ada/makeutl.adb
+++ b/gcc/ada/makeutl.adb
@@ -29,7 +29,6 @@ with Debug;
with Err_Vars; use Err_Vars;
with Errutil;
with Fname;
-with Hostparm;
with Osint; use Osint;
with Output; use Output;
with Opt; use Opt;
@@ -740,12 +739,6 @@ package body Makeutl is
-- Beginning of Executable_Prefix_Path
begin
- -- For VMS, the path returned is always /gnu/
-
- if Hostparm.OpenVMS then
- return "/gnu/";
- end if;
-
-- First determine if a path prefix was placed in front of the
-- executable name.