projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0000ce2
)
toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the build...
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 11 Jul 2012 09:59:06 +0000
(09:59 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 11 Jul 2012 09:59:06 +0000
(09:59 +0000)
SVN-Revision: 32663
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index 4c76fb8b017d5894f4162bef5c8f1d834f0a0dc6..c25b8a51e5f337695cadeaa17eaaaf1fb9687a81 100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-32,7
+32,7
@@
unexport P4PORT P4USER P4CONFIG P4CLIENT
# prevent user defaults for quilt from interfering
unexport QUILT_PATCHES QUILT_PATCH_OPTS
-unexport C_INCLUDE_PATH CROSS_COMPILE
+unexport C_INCLUDE_PATH CROSS_COMPILE
ARCH
# prevent distro default LPATH from interfering
unexport LPATH