aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index b6de3e7..1e3c358 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -967,7 +967,7 @@ hppa*64*-*-hpux11*)
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
libgcc_stub.a"
case x${enable_threads} in
- xyes | xposix )
+ x | xyes | xposix )
thread_file=posix
;;
esac
@@ -996,7 +996,7 @@ hppa[12]*-*-hpux11*)
tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
fi
case x${enable_threads} in
- xyes | xposix )
+ x | xyes | xposix )
thread_file=posix
;;
esac