]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gcc-common: Only apply fpu settings to target gcc
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 May 2014 15:40:19 +0000 (16:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 May 2014 21:49:00 +0000 (22:49 +0100)
commitce1f3fd20d81545d6d5dfc68f86f9fddf8ac9bbf
treeb525ad1d33dbfd7c4c6e37ea56d0d7ee5af9bb24
parent74d8866814aec520822518cc4cb8a942f7069bf7
gcc-common: Only apply fpu settings to target gcc

Within the OE build environment, we supply the correct fpu settings. These
only need to be spelt out for the on-target gcc.

Doing this means the checksums for the core compiler don't depend on the fpu
settings. We exclude the compiler tunes for similar reasons, it doesn't need
to influence the compiler build.

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