[Bug ada/14665] New: gnatmake invokes wrong cross tools
joel at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Mar 20 19:19:00 GMT 2004
When using a target name with versioning such as sparc-rtems4.7, the
current code in osint.adb:Find_Program_Name strips off the trailing
digits. Discussions on the gcc mailing list start at this thread:
http://gcc.gnu.org/ml/gcc/2004-03/msg00968.html
In general, across various hosts, the "basename" portion of the full path
is something like this format after being converted to lower case:
XXX[.exe][[;.][0-9]+
where XXX is the name of the tool. Under VMS, you get .exe followed
by a ";" or "." and a version between 1 and 32767.
--
Summary: gnatmake invokes wrong cross tools
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joel at gcc dot gnu dot org
CC: charlet at act-europe dot fr,gcc-bugs at gcc dot gnu dot
org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: *-rtems4.7 or any other versioned target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14665
More information about the Gcc-bugs
mailing list