commit:     55b0ee8dbf49619836f9a4dffa8b5401e449dfd2
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 18:22:01 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 18:22:01 2018 +0000
URL:        https://gitweb.gentoo.org/proj/grss.git/commit/?id=55b0ee8d

grs/Kernel.py: utils to have same arch as kernel

 grs/Kernel.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/grs/Kernel.py b/grs/Kernel.py
index fe411bd..924bdf9 100644
--- a/grs/Kernel.py
+++ b/grs/Kernel.py
@@ -123,6 +123,7 @@ class Kernel():
         cmd += '--module-prefix=%s ' % image_dir
         cmd += '--modprobedir=%s '   % modprobe_dir
         cmd += '--arch-override=%s ' % arch
+        cmd += '--utils-arch=%s '    % arch
         if has_modules:
             cmd += 'all'
         else:

Reply via email to