diff --git a/gnu/dist/gcc4/gcc/configure b/gnu/dist/gcc4/gcc/configure index a7fa6e6a56e5..df1f88546ddd 100644 --- a/gnu/dist/gcc4/gcc/configure +++ b/gnu/dist/gcc4/gcc/configure @@ -15338,7 +15338,7 @@ x: .long 25 tls_first_major=2 tls_first_minor=14 ;; - hppa*-*-linux*) + hppa*-*-linux* | hppa*-*-netbsd*) conftest_s=' t1: .reg %r20 t2: .reg %r21 diff --git a/gnu/dist/gcc4/gcc/configure.ac b/gnu/dist/gcc4/gcc/configure.ac index 0eb55d36f98c..9a455f4a0c81 100644 --- a/gnu/dist/gcc4/gcc/configure.ac +++ b/gnu/dist/gcc4/gcc/configure.ac @@ -2229,7 +2229,7 @@ x: .long 25 tls_first_major=2 tls_first_minor=14 ;; - hppa*-*-linux*) + hppa*-*-linux* | hppa*-*-netbsd*) conftest_s=' t1: .reg %r20 t2: .reg %r21