Skip to content
Snippets Groups Projects
Commit 88291313 authored by sayle's avatar sayle
Browse files

2006-02-12 Roger Sayle <roger@eyesopen.com>

	    John David Anglin  <dave@hiauly1.hia.nrc.ca>

	PR libgomp/25936
	* configure.tgt: Link against -lrt for sem_init on HPUX v11 systems.
 


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110908 138bc75d-0d04-0410-961f-82ee72b054a4
parent 9b9f6bbe
No related merge requests found
2006-02-12 Roger Sayle <roger@eyesopen.com>
John David Anglin <dave@hiauly1.hia.nrc.ca>
PR libgomp/25936
* configure.tgt: Link against -lrt for sem_init on HPUX v11 systems.
2006-02-08 Ulrich Weigand <uweigand@de.ibm.com> 2006-02-08 Ulrich Weigand <uweigand@de.ibm.com>
* testsuite/lib/libgomp-dg.exp: Load scanrtl.exp library. * testsuite/lib/libgomp-dg.exp: Load scanrtl.exp library.
......
...@@ -86,6 +86,11 @@ fi ...@@ -86,6 +86,11 @@ fi
# Other system configury # Other system configury
case "${target}" in case "${target}" in
*-*-hpux11*)
# HPUX v11.x requires -lrt to resolve sem_init in libgomp.la
XLDFLAGS="${XLDFLAGS} -lrt"
;;
*) *)
;; ;;
......
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