Changeset 96c939e in mainline
- Timestamp:
- 2005-12-12T11:07:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c0b7f00
- Parents:
- ba276f7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/Makefile.inc
rba276f7 r96c939e 56 56 57 57 BFD_NAME = elf32-bigmips 58 BFD = ecoff-bigmips 58 BFD = ecoff-bigmips --impure 59 59 TARGET = mips-sgi-irix5 60 60 TOOLCHAIN_DIR = /usr/local/mips/bin -
tools/config.py
rba276f7 r96c939e 81 81 82 82 def menu(self, text, choices, button, defopt=None): 83 self.title = 'Main menu' 83 84 menu = [] 84 85 for key, descr in choices: … … 178 179 179 180 def menu(self, text, choices, button, defopt=None): 181 self.title = 'Main menu' 180 182 text = text + ':' 181 183 width = '70'
Note:
See TracChangeset
for help on using the changeset viewer.