configure: postfix --extra-cflags to QEMU_CFLAGS
commitde3852877f1e452321352fdb7e678f079876a41b
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 3 Jun 2015 08:56:37 +0000 (3 09:56 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 3 Jun 2015 13:04:39 +0000 (3 16:04 +0300)
treee5dbb0dbdca9a1de3d09a99145c4aabf4dc7a8cf
parent2801339f2fb2534ccf01561d274398328bdd446d
configure: postfix --extra-cflags to QEMU_CFLAGS

It makes sense that extra-cflags should be appended after the normal
CFLAGS so they don't get overridden by default behaviour. This way if
you specify something like:

  ./configure --extra-cflags="-O0"

You will see the requested behaviour.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure