Index: arch/mips32/Makefile.inc
===================================================================
--- arch/mips32/Makefile.inc	(revision ba276f748c3474cc35fb4aa7ae6b14c93edd42c5)
+++ arch/mips32/Makefile.inc	(revision 96c939e265b831944227ac791c6cc930f14d0ae3)
@@ -56,5 +56,5 @@
 	
 	BFD_NAME = elf32-bigmips
-	BFD = ecoff-bigmips
+	BFD = ecoff-bigmips --impure
 	TARGET = mips-sgi-irix5
 	TOOLCHAIN_DIR = /usr/local/mips/bin
Index: tools/config.py
===================================================================
--- tools/config.py	(revision ba276f748c3474cc35fb4aa7ae6b14c93edd42c5)
+++ tools/config.py	(revision 96c939e265b831944227ac791c6cc930f14d0ae3)
@@ -81,4 +81,5 @@
 
     def menu(self, text, choices, button, defopt=None):
+        self.title = 'Main menu'
         menu = []
         for key, descr in choices:
@@ -178,4 +179,5 @@
 
     def menu(self, text, choices, button, defopt=None):
+        self.title = 'Main menu'
         text = text + ':'
         width = '70'
