Clone of official tools

Revision:
40:7d3fa6b99b2b
Parent:
29:1210849dba19
Child:
43:2a7da56ebd24
diff -r c98cb013e99f -r 7d3fa6b99b2b hooks.py
--- a/hooks.py	Wed Jul 19 16:44:30 2017 -0500
+++ b/hooks.py	Tue Oct 10 16:56:30 2017 -0500
@@ -65,7 +65,7 @@
         _HOOKS.clear()
         self._cmdline_hooks = {}
         self.toolchain = toolchain
-        target.init_hooks(self, toolchain.__class__.__name__)
+        target.init_hooks(self, toolchain)
 
     # Hook various functions directly
     @staticmethod