Changeset 96c939e in mainline


Ignore:
Timestamp:
2005-12-12T11:07:25Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0b7f00
Parents:
ba276f7
Message:

Make it boot on SGI indy again.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/Makefile.inc

    rba276f7 r96c939e  
    5656       
    5757        BFD_NAME = elf32-bigmips
    58         BFD = ecoff-bigmips
     58        BFD = ecoff-bigmips --impure
    5959        TARGET = mips-sgi-irix5
    6060        TOOLCHAIN_DIR = /usr/local/mips/bin
  • tools/config.py

    rba276f7 r96c939e  
    8181
    8282    def menu(self, text, choices, button, defopt=None):
     83        self.title = 'Main menu'
    8384        menu = []
    8485        for key, descr in choices:
     
    178179
    179180    def menu(self, text, choices, button, defopt=None):
     181        self.title = 'Main menu'
    180182        text = text + ':'
    181183        width = '70'
Note: See TracChangeset for help on using the changeset viewer.