documentation: -march option core2 is in gcc since 4.3

This commit is contained in:
Michaël Banaan Ananas 2010-05-13 18:12:53 +00:00
parent 778c2377d9
commit 0035e1cd17

View File

@ -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