diff options
Diffstat (limited to 'misc/config/cc/gcc')
-rw-r--r-- | misc/config/cc/gcc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/config/cc/gcc b/misc/config/cc/gcc index 4108b0f0c..f448dc913 100644 --- a/misc/config/cc/gcc +++ b/misc/config/cc/gcc @@ -42,6 +42,9 @@ alpha-ev7 -> "-mcpu=ev6" ppc601 -> "-mpowerpc -mcpu=601" sparc64-ultra3 -> "-mcpu=v9 -mtune=ultrasparc3" +core2duo -> "-march=nocona -momit-leaf-frame-pointer" +em64t -> "-march=nocona -momit-leaf-frame-pointer" + # Default family options (SUBMODEL is substitued with the real submodel) # Anything after the quotes is what should be *removed* from the submodel name # before it's put into SUBMODEL. |