diff options
author | lloyd <[email protected]> | 2007-03-04 08:46:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-03-04 08:46:14 +0000 |
commit | 2c8dd4223a9fb5bcf8e68778137e3f40d1c5dd1d (patch) | |
tree | a6d54352525c61ed69c0cfcdc2ce9cf9dbb7f70d /misc/config/cc/gcc | |
parent | d6debeaec24f7e1002fd77392bc82d25611d933b (diff) |
Handle out of tree builds a little better.
Diffstat (limited to 'misc/config/cc/gcc')
-rw-r--r-- | misc/config/cc/gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/config/cc/gcc b/misc/config/cc/gcc index 0088f6758..1485037c2 100644 --- a/misc/config/cc/gcc +++ b/misc/config/cc/gcc @@ -34,7 +34,7 @@ beos -> "ld -shared -h $(SONAME)" <mach_opt> # Specializations first (they don't need to be, just clearer) -i386 -> "-mcpu=i686 -momit-leaf-frame-pointer" +i386 -> "-mtune=i686 -momit-leaf-frame-pointer" r10000 -> "-mips4" alpha-ev67 -> "-mcpu=ev6" # FIXME: GCC 3.1 and on has -march=ev67 alpha-ev68 -> "-mcpu=ev6" |