diff options
| author | Eric Andersen <andersen@codepoet.org> | 2003-06-12 22:10:40 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2003-06-12 22:10:40 +0000 |
| commit | bafbeda6179811713db8236d2d2eb216dd7b38f9 (patch) | |
| tree | 138482ccf04a7611ccbac2cf18c3157efd8c3495 /extra/Configs/Config.mips.default | |
| parent | 082d1540d3c84d16e1967ad68ca445068261cec7 (diff) | |
As suggested by Marshall M. Midden at brecis, use -mno-split-addresses
instead for mips, which should be a bit faster and will be safer too.
Diffstat (limited to 'extra/Configs/Config.mips.default')
| -rw-r--r-- | extra/Configs/Config.mips.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.mips.default b/extra/Configs/Config.mips.default index 77a9fbfcb..6d429e4a0 100644 --- a/extra/Configs/Config.mips.default +++ b/extra/Configs/Config.mips.default @@ -6,7 +6,7 @@ # Target Architecture Features and Options # HAVE_ELF=y -ARCH_CFLAGS="-fno-schedule-insns2" +ARCH_CFLAGS="-mno-split-addresses" UCLIBC_HAS_MMU=y UCLIBC_HAS_FLOATS=y HAS_FPU=y |
