From 0035e1cd17e7e5802dbfe3334de88ffd553e81a5 Mon Sep 17 00:00:00 2001 From: Michaƫl Banaan Ananas Date: Thu, 13 May 2010 18:12:53 +0000 Subject: documentation: -march option core2 is in gcc since 4.3 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3