changeset 6156:8c4aa224c101

tools32: disable until guile-2.0. Fixes guile on fresh builds on x86_64.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Wed, 25 May 2011 19:56:45 +0200
parents 2f8585d237a9
children 8863d79c621a
files gub/tools.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/tools.py	Tue Mar 15 13:25:27 2011 +0100
+++ b/gub/tools.py	Wed May 25 19:56:45 2011 +0200
@@ -15,8 +15,9 @@
 
 # tools packages, such as guile 2.0, that can only compile
 # to equivalent binary platforms: endianness and word length
-tools_archmatch = ['guile', 'tools::guile']
-libs_archmatch = ['gettext', 'gmp', 'guile', 'libtool', 'libunistring', 'libgc']
+tools_archmatch = [] #'guile', 'tools::guile']
+libs_archmatch = [] #'gettext', 'gmp', 'guile', 'libtool', 'libunistring', 'libgc']
+
 
 def package_auto_dependency_dict (package):
     '''Generate get_build_dependencies () and get_dependency_dict ({'':})