diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-19 22:51:01 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-19 22:51:01 +0000 |
commit | b86bf1e1ec4768e7920755e2814314823f6a770a (patch) | |
tree | 4cd356714da4eb9dc94ec78a7532bb1070b6c41b /gcc/configure | |
parent | f2b06edf09aabc5fbe566eeec8494a7a6ffd9b35 (diff) | |
download | gcc-b86bf1e1ec4768e7920755e2814314823f6a770a.tar.gz |
* configure.in (hppa1.0-hp-hpux10): Handle threads for this
config too.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18721 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index 81eb4d41421..3e71245f214 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2491,6 +2491,13 @@ for machine in $build $host $target; do then tm_file="${tm_file} pa/pa-gas.h" fi + if [ x$enable_threads = x ]; then + enable_threads=$have_pthread_h + fi + if [ x$enable_threads = xyes ]; then + thread_file='dce' + tmake_file="${tmake_file} pa/t-dce-thr" + fi install_headers_dir=install-headers-cpio use_collect2=yes ;; |