| Summary: | gdb's configure calls short compiler name | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ihar `Philips` Filipau <thephilips> |
| Component: | New packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | PPC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Ihar `Philips` Filipau
2007-04-21 12:04:48 UTC
Watching now non-distributed build process, it seems that GDB does ignore configure's "--host" parameter entirely: it always calls "gcc" instead of fully qualified compiler name. What version was this with? When compiling the newest ~arch gdb it seems to use the full compiler name: x86_64-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -I. -I.././readline -DRL_LIBRARY_VERSION='"5.1"' -march=nocona -O2 -pipe terminal.c Please reopen if you are still having problems. |