]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Drop ARCH_FLAGS_FOR_TARGET usage
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Apr 2014 00:22:10 +0000 (01:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Apr 2014 15:33:26 +0000 (16:33 +0100)
commit5484596f4252e707ff791feedf143a72dbb613f6
tree3ecdf8259389031141892be618b05c22cffac24f
parent55ed9ffbab5118140baac5d0d29dcc919e1f1668
gcc: Drop ARCH_FLAGS_FOR_TARGET usage

As far as I can tell this variable is now completely unneeded. It would
only ever get used in target builds and these are now correctly done
in the target environment namespace, not any of our cross environments.
As such, CC and other variables contain the correct compilers and other
tune options and these are correctly picked up when building libgcc,
libstdc++ and others.

I tried to figure out where else these would make any sense and couldn't
find anything. Builds appear fine without them so lets drop the complexity
including the patch adding in this flag to gcc.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-4.8.inc
meta/recipes-devtools/gcc/gcc-configure-common.inc
meta/recipes-devtools/gcc/gcc-runtime.inc
meta/recipes-devtools/gcc/gcc-target.inc