]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
toolchain: control vendor part in GNU_TARGET_NAME
authorNoam Camus <noamc@ezchip.com>
Tue, 1 Apr 2014 06:25:47 +0000 (06:25 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Apr 2014 12:16:06 +0000 (14:16 +0200)
commit65c2400ff251397db930e90c65c51d714d00fa96
tree67f6ac6719052624876a1a02dcd9f8a9ff76536d
parentfb8774327ad06e8f59faf4da4ab40ffffd39d1dd
toolchain: control vendor part in GNU_TARGET_NAME

This option allows to customize the "vendor" part of the
toolchain tuple, where the toolchain tuple has the form
<arch>-<vendor>-<os>-<libc>. Use this option in situations
where gcc might make different decisions based on the vendor
part of the tuple.

[Thomas: move the config option in a slightly different place, so that
it does not appear between the C library selection and the C library
options.]

Signed-off-by: "Noam Camus" <noamc@ezchip.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in
toolchain/toolchain-buildroot/Config.in