Re: [PATCH 02/12] configure.sh: use gcc as default compiler
Michael Ellerman <[email protected]>
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <1381983830.11189.0.camel@concordia> |
On Wed, 2013-10-16 at 13:43 +0300, Mikko Rapeli wrote: > Cross compilers might not have cc symlink but do have gcc. It's trivial to create a symlink from foo-cc to foo-gcc, and any decent cross compiler script will do that for you. cheers