mirror of
https://xff.cz/git/u-boot/
synced 2026-04-10 03:39:59 +02:00
Revert "buildman: Correct CROSS_COMPILE output for sandbox"
This reverts commit bd0a548ad4.
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user