commit | cb91021a4786efdd6e4ca1ebfd8729481466bbb8 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Jun 06 10:21:37 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jul 09 07:15:02 2013 -0700 |
tree | 3f6b7f91aa1e3c6d902785b2aee5896dc307aa9c | |
parent | fb82273851a855e72248fcabe93bc43ab3a8efe4 [diff] |
tcg-arm: Simplify logic in detecting the ARM ISA in use GCC 4.8 defines a handy __ARM_ARCH symbol that we can use, which will make us nicely forward compatible with ARMv8 AArch32. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>