[Bug ada/29127] gnatchop-gcc: installation problem, executable not found
laurent at guerby dot net
gcc-bugzilla@gcc.gnu.org
Mon Sep 18 18:12:00 GMT 2006
------- Comment #2 from laurent at guerby dot net 2006-09-18 18:12 -------
Hi Andreas, could you try this patch? If this works I'll submit it, if not
please let me know what's the next blocking point.
--- osint.adb.orig 2006-09-18 20:05:30.000000000 +0200
+++ osint.adb 2006-09-18 20:08:33.000000000 +0200
@@ -1027,7 +1027,7 @@
-- This would take the form of TOOL.exe followed by a ";" or "."
-- and a sequence of one or more numbers.
- if Command_Name (Cindex2) in '0' .. '9' then
+ if Hostparm.OpenVMS and Command_Name (Cindex2) in '0' .. '9' then
for J in reverse Cindex1 .. Cindex2 loop
if Command_Name (J) = '.' or Command_Name (J) = ';' then
Cindex2 := J - 1;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29127
More information about the Gcc-bugs
mailing list