Skip to content
Snippets Groups Projects
Commit 4699015f authored by danglin's avatar danglin
Browse files

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

	posix thread support.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117756 138bc75d-0d04-0410-961f-82ee72b054a4
parent 46b2c17d
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment