]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
i386: properly define BR2_ARCH for all x86 subarchitectures
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 21 Apr 2016 19:52:45 +0000 (21:52 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 21 Apr 2016 21:05:28 +0000 (23:05 +0200)
commit633f20002e4184e91ead8599fcc557e9fd17e1e0
treea083330284cd1a8b1df6f925e957e389eeb0ab50
parent7e6ffe9264f578076b6a6ffb3559776c2ebc26a9
i386: properly define BR2_ARCH for all x86 subarchitectures

We were not defining BR2_ARCH for two of the x86 subarchitecture,
which means the architecture part of the GNU_TARGET_NAME tuple was
empty, leading to weird build failures.

This commit fixes that by defining the appropriate values.

Fixes bug #8861.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
arch/Config.in.x86