diff options
author | lloyd <[email protected]> | 2011-03-09 15:34:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-03-09 15:34:50 +0000 |
commit | 6be6268bbcd19f1017d13442007801c23f4696db (patch) | |
tree | ead6f9e3a0ba2954e2fdb8d39f798e9abd63ca69 /src/build-data/cc | |
parent | 41da07c02a36add833965be5ddc60ef1cf089beb (diff) |
Somewhat improved ARM support/autodetection
Diffstat (limited to 'src/build-data/cc')
-rw-r--r-- | src/build-data/cc/gcc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index c60b9c6bb..01fae60d1 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -57,7 +57,7 @@ alpha-ev7 -> "-mcpu=ev6" # before it's put into SUBMODEL. alpha -> "-mcpu=SUBMODEL" alpha- amd64 -> "-march=SUBMODEL -momit-leaf-frame-pointer" -arm -> "-mcpu=SUBMODEL" +arm -> "-march=SUBMODEL" ia32 -> "-march=SUBMODEL -momit-leaf-frame-pointer" ia64 -> "-mtune=SUBMODEL" hppa -> "-march=SUBMODEL" hppa |