summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.mips.default
Commit message (Collapse)AuthorAgeFilesLines
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-041-61/+0
| | | | | which should simplify enabling arbitrary architectures. -Erik
* As suggested by Marshall M. Midden at brecis, use -mno-split-addressesEric Andersen2003-06-121-1/+1
| | | | instead for mips, which should be a bit faster and will be safer too.
* Marshall M. Midden at brecis.com writes:Eric Andersen2003-06-111-0/+1
| | | | | | | | | | | | | | | | | The gnu ld and binutils for mips has a bug with relocation. It is possible for a relocation table to be created that is not able to be loaded correctly. We found this with the intersil wireless driver port. To enable a correctly created mips relocation table (either a .o, or ld -r) it is necessary to turn off one of the instruction re-scheduling passes. Specifically, on mips-gcc -fno-schedule-insns2 is needed. This is an FYI. The bug has been reported to the appropriate mailing lists. This patch is an effort to avoid this problem on mips. -Erik
* Changes for MIPS and new configuration system."Steven J. Hill"2002-11-071-0/+60