Bläddra i källkod

Force with_tls=pthreads on MIPS, which lacks proper __threads implementation

Jo Shields 10 år sedan
förälder
incheckning
2b26da4737
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -2725,6 +2725,7 @@ case "$host" in
 	mips*)
 		TARGET=MIPS;
 		arch_target=mips;
+		with_tls=pthread;
 		ACCESS_UNALIGNED="no"
 
 		AC_MSG_CHECKING(for mips n32)