]> code.ossystems Code Review - openembedded-core.git/commit
gcc-configure: Render --with-local-prefix harmless
authorKhem Raj <raj.khem@gmail.com>
Tue, 10 Apr 2012 01:56:59 +0000 (18:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Apr 2012 13:48:48 +0000 (14:48 +0100)
commiteee3658366e1ae9d3e429b3d3c968938d8d0f00e
treeddfcea4674b38e4c694f4fa7e4149441bbcd214e
parent7cf9f0597648c0bdaa080976d74acfbfc4c8443d
gcc-configure: Render --with-local-prefix harmless

this option by default points to /usr/local no matter
what so we cant let it sit on sidelines otherwise it
will access host machine's /usr/local which may not
be desired. So disable this option. This also helps in making
gcc's shared state more consistent

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/gcc/gcc-configure-common.inc
meta/recipes-devtools/gcc/gcc-configure-cross.inc
meta/recipes-devtools/gcc/gcc-configure-runtime.inc
meta/recipes-devtools/gcc/gcc-configure-sdk.inc
meta/recipes-devtools/gcc/gcc-configure-target.inc
meta/recipes-devtools/gcc/gcc-cross-initial.inc
meta/recipes-devtools/gcc/gcc-cross-intermediate.inc