This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/18298] "compile" command does not work when the tools were compiled using a triplet rather than a quadruplet


https://sourceware.org/bugzilla/show_bug.cgi?id=18298

--- Comment #2 from Matthias Klose <doko at debian dot org> ---
Before the patch the compile command failed with

Could not find a compiler matching "^(x86_64|i.86)-[^-]*-linux(-gnu)?-gcc-5$"

with the Debian/Ubuntu system compilers, which are configured with a triplet,
not having the vendor information as part of the command, e.g.
x86_64-linux-gnu-gcc.

After the patch, the system compiler is found.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]