commit | 32bc4f2ea70942184dc56c2aee60fdd2a3860cf6 | [log] [tgz] |
---|---|---|
author | Michal Suchanek <msuchanek@suse.de> | Fri Oct 14 22:52:33 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Oct 29 07:36:33 2022 -0600 |
tree | 62037d4716b3e4167ad87f9c463edac596cbb374 | |
parent | f8c67b70f1c386b6ea60f57306b3bd98f7f89c71 [diff] |
tests: Build correct sandbox configuration on 32bit Currently sandbox configuration defautls to 64bit and there is no automation for building 32bit sandbox on 32bit hosts. Use _LP64 macro as heuristic for detecting 64bit targets. Signed-off-by: Michal Suchanek <msuchanek@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org>