]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gcc-target.inc: configure gcc for armv7ve targets to default to armv7ve
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 7 Jun 2018 04:34:38 +0000 (21:34 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Jun 2018 10:07:58 +0000 (11:07 +0100)
commit76b414c3cdfd869ea051b0bb26d21a0b73a8b8da
treeb48861cc43e6c6f7bf10bf176b546b63e2b06714
parent9a855aa403164998129aad50dbef35ab26b78084
gcc-target.inc: configure gcc for armv7ve targets to default to armv7ve

Originally these ARM specific EXTRA_OECONF options were applied to
both gcc for the target and gcc-cross. That lead to a compromise
being made: gcc on the target was configured to default to an ARM
architecture which was at least compatible with the target (but not
necessarily an exact match) and gcc-cross was configured default to
armv7a for both armv7a and armv7ve (to avoid gcc-cross rebuilds when
switching between the two).

However, when these ARM specific EXTRA_OECONF options were moved from
gcc-configure-common.inc into gcc-target.inc (ie they were made to
apply only to gcc on the target) the compromise no longer needed to
be made.

  http://git.openembedded.org/openembedded-core/commit/?id=851937dde81de2a9ef54c5f19a78fb12fb82afd4

(From OE-Core rev: 3c368282741e9de1f96988e127b86a6a01b6a26f)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-target.inc