diff options
author | Richard Henderson <rth@twiddle.net> | 2010-04-12 16:17:22 -0700 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-04-27 05:50:41 +0200 |
commit | a4b388ff51c2feb5eca563feae9bfc5fc1c5c85c (patch) | |
tree | e3259c085a82ae416ab3603cb12834d5652aa8b0 /configure | |
parent | 49563a727494197ad87936bfd07841878878b650 (diff) | |
download | qemu-a4b388ff51c2feb5eca563feae9bfc5fc1c5c85c.zip |
target-alpha: Enable NPTL.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2432,6 +2432,7 @@ case "$target_arch2" in ;; alpha) target_phys_bits=64 + target_nptl="yes" ;; arm|armeb) TARGET_ARCH=arm |