diff options
| -rw-r--r-- | testsuite.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite.py b/testsuite.py index eb305e0..b5f0388 100644 --- a/testsuite.py +++ b/testsuite.py @@ -2538,6 +2538,7 @@ def run_compatibility_tests(): os.environ["srctree"] = "." os.environ["CC"] = "gcc" + os.environ["LD"] = "ld" if not os.path.exists("scripts/kconfig/conf"): |
