changeset 4465:ce2fdd1807a2

Defer 32 bit compiler checks. Fixes delayed execution.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 23 Oct 2008 20:43:51 +0200
parents eb1912db2067
children e512256b7ba8
files gub/cross.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/cross.py	Thu Oct 23 20:42:53 2008 +0200
+++ b/gub/cross.py	Thu Oct 23 20:43:51 2008 +0200
@@ -153,4 +153,4 @@
         check_link ('g++', 'c++')
         check_link ('gcc', 'gcc')
         check_link ('g++', 'g++')
-    self.func (defer_link_checks)
+    package.func (defer_link_checks)