diff options
author | lloyd <[email protected]> | 2008-10-01 01:54:17 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-01 01:54:17 +0000 |
commit | 55691ff4310d622075e40093694b1af84bc1ad3c (patch) | |
tree | 10f9e1b5e204d6812d3b7ac69316e0d621dddfdf /src/build-data/cc | |
parent | b60b290c061545e6f040b20db4590d2d8b7c329f (diff) |
Rename sh to hitachi-sh - make regexp collisions less likely
Diffstat (limited to 'src/build-data/cc')
-rw-r--r-- | src/build-data/cc/gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/gcc b/src/build-data/cc/gcc index 78f78b132..4194892a7 100644 --- a/src/build-data/cc/gcc +++ b/src/build-data/cc/gcc @@ -59,7 +59,7 @@ ia32 -> "-march=SUBMODEL -momit-leaf-frame-pointer" ia64 -> "-mtune=SUBMODEL" hppa -> "-march=SUBMODEL" hppa m68k -> "-mSUBMODEL" -sh -> "-mSUBMODEL" sh +hitachi-sh -> "-mSUBMODEL" hitachi-sh sparc32 -> "-mcpu=SUBMODEL -Wa,-xarch=v8plus" sparc32- sparc64 -> "-mcpu=v9 -mtune=ultrasparc" mips32 -> "-mips1 -mcpu=SUBMODEL" mips32- |