Commit 27ca3a61 by John David Anglin Committed by John David Anglin

config.gcc (hppa*64*-*-hpux11*, [...]): Default to posix thread support.

	* config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to
	posix thread support.

From-SVN: r117756
parent ba19ceae
2006-10-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to
posix thread support.
2006-10-15 Jan Hubicka <jh@suse.cz>
PR middle-end/29241
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment