git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30238e9
)
Revert "buildman: Correct CROSS_COMPILE output for sandbox"
author
Simon Glass
<sjg@chromium.org>
Fri, 10 Mar 2023 20:48:50 +0000
(12:48 -0800)
committer
Simon Glass
<sjg@chromium.org>
Tue, 14 Mar 2023 22:08:52 +0000
(16:08 -0600)
This reverts commit
bd0a548ad4a155fec29473d4cc8e135832926973
.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/toolchain.py
patch
|
blob
|
history
diff --git
a/tools/buildman/toolchain.py
b/tools/buildman/toolchain.py
index
8f9130b
..
688f2e2
100644
(file)
--- a/
tools/buildman/toolchain.py
+++ b/
tools/buildman/toolchain.py
@@
-156,8
+156,9
@@
class Toolchain:
Returns:
Value of that environment variable or arguments
"""
+ wrapper = self.GetWrapper()
if which == VAR_CROSS_COMPILE:
- return
self.GetWrapper() + self.cross
+ return
wrapper + os.path.join(self.path, self.cross)
elif which == VAR_PATH:
return self.path
elif which == VAR_ARCH: