summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2010-05-13 18:12:53 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2010-05-13 18:12:53 +0000
commit0035e1cd17e7e5802dbfe3334de88ffd553e81a5 (patch)
tree4aa4ecfb32132d4236edbe1af7c277ad8a289dd3 /makefile
parent778c2377d9b7cd9eaddd3707af66cd815a8cc1c4 (diff)
documentation: -march option core2 is in gcc since 4.3
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 92f45fec74f..5c02f4c23e0 100644
--- a/makefile
+++ b/makefile
@@ -161,7 +161,7 @@ endif
# uncomment and specify architecture-specific optimizations here
# some examples:
# optimize for I686: ARCHOPTS = -march=pentiumpro
-# optimize for Core 2: ARCHOPTS = -march=pentium-m -msse3
+# optimize for Core 2: ARCHOPTS = -march=core2
# optimize for G4: ARCHOPTS = -mcpu=G4
# note that we leave this commented by default so that you can
# configure this in your environment and never have to think about it