diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2012-10-02 23:26:30 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-10-04 22:49:58 +0200 |
commit | 11017f081fc5b034e680d89eaea729c19f450e01 (patch) | |
tree | f611b9d6d50791433189a40215b57b8d655246d9 /linux | |
parent | 3732b05b1dcdf79392b86ba1922b0d0f2ee8cced (diff) | |
download | buildroot-novena-11017f081fc5b034e680d89eaea729c19f450e01.tar.gz buildroot-novena-11017f081fc5b034e680d89eaea729c19f450e01.zip |
pkg-infra: make sure cross compiling is enabled when host == target
When compiling for the same architecture and libc as the host,
GNU_TARGET_NAME and GNU_HOST_NAME are equal. configure scripts use
these to detect cross-compilation, and will decide that we're doing
native compilation. This may trigger running of executables,
which fail because of missing libraries in the host environment.
To solve this, set the vendor part in GNU_TARGET_NAME to buildroot.
This problem exists for instance in xserver_xorg-server on x86_64.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux')
0 files changed, 0 insertions, 0 deletions