Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68996 - dev-lang/gnat hardcodes CC to gcc
Summary: dev-lang/gnat hardcodes CC to gcc
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: David Holm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-26 06:40 UTC by SpanKY
Modified: 2004-10-26 07:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2004-10-26 06:40:42 UTC
should use $(tc-getCC) from toolchain-funcs.eclass
Comment 1 David Holm (RETIRED) gentoo-dev 2004-10-26 06:58:59 UTC
It is using the bootstrap gcc that is downloaded as a binary. If I use the toolchain-funcs eclass will it still point to that binary? It would not work if it tries to use the installed gcc. GNAT is very picky with which compilers (and version) it will work (even if you have a working Ada compiler installed already).
Comment 2 SpanKY gentoo-dev 2004-10-26 07:35:31 UTC
i just misunderstood what was going on ... ebuild is kind of complicated ;)

sorry for that