diff options
author | Jack Lloyd <[email protected]> | 2018-01-07 11:56:58 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-01-08 16:31:58 -0500 |
commit | 513d19781a558fbd1ff03c7152f61b5e7f294297 (patch) | |
tree | 7e1980980e7fa1eb5a384714c7edb9dbe09ce129 /src/build-data/arch/mips64.txt | |
parent | da70e06c13c57245d4e79122e2ccefe08ccfa20d (diff) |
Remove CPU specific optimization flags
These are best left to the user to set via CXXFLAGS or --cc-abi-flags
Add override if arch ends in in {eb, el, be, le} to set the endian.
Avoids an extra file for ppc64le.
Diffstat (limited to 'src/build-data/arch/mips64.txt')
-rw-r--r-- | src/build-data/arch/mips64.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/build-data/arch/mips64.txt b/src/build-data/arch/mips64.txt index 9a56a0334..6d67128ed 100644 --- a/src/build-data/arch/mips64.txt +++ b/src/build-data/arch/mips64.txt @@ -3,22 +3,3 @@ wordsize 64 <aliases> mips64el </aliases> - -<submodels> -r4000 -r4100 -r4300 -r4400 -r4600 -r4560 -r5000 -r8000 -r10000 -</submodels> - -<submodel_aliases> -r4k -> r4000 -r5k -> r5000 -r8k -> r8000 -r10k -> r10000 -</submodel_aliases> |