configure.ac: make -march=loongson2f come before CFLAGS
authorMatt Turner <mattst88@gmail.com>
Thu, 10 May 2012 20:15:34 +0000 (16:15 -0400)
committerMatt Turner <mattst88@gmail.com>
Thu, 10 May 2012 20:15:34 +0000 (16:15 -0400)
commit2beabd9fed76de0023eb36b0c938b8803aa8d129
treefb25b02e3a72e944cf1ae707fcb19328d772890f
parentdadb9a318b8ca10c65e31e7278f4335a6968d246
configure.ac: make -march=loongson2f come before CFLAGS

Otherwise we'd have -march=loongson2f being overridden by automake's
CFLAGS ordering which causes build failures when -march=<not loongson2f>
is specified by the user.
configure.ac