diff options
Diffstat (limited to 'nptl/sysdeps/pthread/configure')
-rwxr-xr-x | nptl/sysdeps/pthread/configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/sysdeps/pthread/configure b/nptl/sysdeps/pthread/configure new file mode 100755 index 0000000000..8999d37e5a --- /dev/null +++ b/nptl/sysdeps/pthread/configure @@ -0,0 +1,7 @@ +# This file is generated from configure.in by Autoconf. DO NOT EDIT! + +if test "x$libc_cv_gcc___thread" != xyes; then + { { echo "$as_me:$LINENO: error: compiler support for __thread is required" >&5 +echo "$as_me: error: compiler support for __thread is required" >&2;} + { (exit 1); exit 1; }; } +fi |