build: prevent the environment variable CROSS_COMPILE from leaking into builds (fixes #11603)
SVN-Revision: 32081
This commit is contained in:
parent
b17afa9f65
commit
8068562453
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
unexport C_INCLUDE_PATH CROSS_COMPILE
|
||||
|
||||
# prevent distro default LPATH from interfering
|
||||
unexport LPATH
|
||||
|
|
Loading…
Reference in a new issue