New commits:
commit c3c0de02e5aea37548c10b01b1e080b28f671fc1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
64/x86_64/native-x86_64-64: Native architecture selection for x86_64
For GCC 4.2+, use '-march=native -mtune=native', or all but GCC2,
use '-march=x86_64", and for GCC2 use '-march=i486"
march=i486 was chosen as this is the lowest the ISO goes and the
lowest required for NPTL in glibc.
commit 9c7e7944f4d132d18242b6bbba4fddb5ed7cf31f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
32/ia32/native-x86_64-32: Native architecture selection for x86/x86_64
For GCC 4.2+, use '-march=native -mtune=native', for everything else,
use '-march=i486".
march=i486 was chosen as this is the lowest the ISO goes and the lowest
required for NPTL in glibc.