diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-18 00:37:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-18 00:37:18 +0000 |
commit | e9e6e75c2a78bcd3fc3f83d19e88be15a6fb31cf (patch) | |
tree | 21b7cf56f1940104114229a64012eaf9017e85e3 /scripts/arm-magic.sh | |
parent | 91ce10a184ec97ec0c9a748ee0a9c88664c7305f (diff) | |
download | master-31e0f0ae-e9e6e75c2a78bcd3fc3f83d19e88be15a6fb31cf.tar.gz master-31e0f0ae-e9e6e75c2a78bcd3fc3f83d19e88be15a6fb31cf.tar.bz2 master-31e0f0ae-e9e6e75c2a78bcd3fc3f83d19e88be15a6fb31cf.zip |
build: explicitly unexport CONFIG_SITE
On systems with CONFIG_SITE in the environment (e.g. OpenSUSE) make will export
the CONFIG_SITE set in include/package.mk by default. This will cause host
builds to get the target site configuration, leading to all kinds of weirdness
(wrong pointer size, wrong endianess).
Fix this by explicitly unexporting CONFIG_SITE. The explicit export for the
target builds overrides the unexport, so the target builds will still correctly
get the site config.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 44019
Diffstat (limited to 'scripts/arm-magic.sh')
0 files changed, 0 insertions, 0 deletions