diff options
author | Daniel Seither <[email protected]> | 2015-10-15 10:00:28 +0200 |
---|---|---|
committer | Daniel Seither <[email protected]> | 2015-10-15 10:00:28 +0200 |
commit | db96431235190ebe7ec50ddbc73d3a05e4e712d0 (patch) | |
tree | f16d06842acfb016e99371d16eba5054d68c6f2e /src/build-data/cc/gcc.txt | |
parent | 2fb36225d40f46f02f0bb0f0e40e665c96b5b5a1 (diff) |
Adjust gcc.txt to arm32 and arm64 archs
See also -march in https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
Diffstat (limited to 'src/build-data/cc/gcc.txt')
-rw-r--r-- | src/build-data/cc/gcc.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index 877ce4d58..4eacacef2 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -91,7 +91,8 @@ sh4 -> "-m4 -mieee" # *removed* from the submodel name before it's put into SUBMODEL. alpha -> "-mcpu=SUBMODEL" alpha- -arm -> "-march=SUBMODEL" +arm32 -> "-march=SUBMODEL" +arm64 -> "-march=SUBMODEL" superh -> "-mSUBMODEL" sh hppa -> "-march=SUBMODEL" hppa ia64 -> "-mtune=SUBMODEL" |