commit | 1e709f38331ef5bab76cd454c61d4af982cadf0b | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Jun 06 10:46:35 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jul 09 07:15:13 2013 -0700 |
tree | 98b726366322989271ee130d67f96cec235e4fd2 | |
parent | cb91021a4786efdd6e4ca1ebfd8729481466bbb8 [diff] |
tcg-arm: Use AT_PLATFORM to detect the host ISA With this we can generate armv7 insns even when the OS compiles for a lower common denominator. The macros are arranged so that when we do compile for a given ISA, all of the runtime checks for that ISA are optimized away. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>