changeset 506:ae137d8eeb6d

use module gub for change_target_dict()
author hanwen <hanwen@xs4all.nl>
date Sat, 31 Dec 2005 02:07:40 +0100
parents e17db6ce1279
children 2eb3484448c4
files specs/linux.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/specs/linux.py	Sat Dec 31 02:07:28 2005 +0100
+++ b/specs/linux.py	Sat Dec 31 02:07:40 2005 +0100
@@ -2,6 +2,7 @@
 import os
 import framework
 import download
+import gub
 
 class Gcc (framework.Gcc):
 	def configure_command (self):
@@ -21,7 +22,7 @@
 
 def change_target_packages (packages):
 	for p in packages:
-		change_target_dict (p,
+		gub.change_target_dict (p,
 				    {'CC': 'apgcc',
 				     'CXX': 'apg++',
 				     "LD": 'ld --as-needed',