Commit 6684eb28 by Steve Ellcey Committed by Steve Ellcey

configure.tgt (*-*-hpux*): Add -frandom-seed flag.

2010-01-28  Steve Ellcey  <sje@cup.hp.com>

	* configure.tgt (*-*-hpux*): Add -frandom-seed flag.

From-SVN: r156334
parent d6bedeaf
2010-01-28 Steve Ellcey <sje@cup.hp.com>
* configure.tgt (*-*-hpux*): Add -frandom-seed flag.
2010-01-26 Paolo Bonzini <bonzini@gnu.org> 2010-01-26 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Test for executability of _the first word_ of GFORTRAN. * configure.ac: Test for executability of _the first word_ of GFORTRAN.
......
...@@ -97,9 +97,19 @@ fi ...@@ -97,9 +97,19 @@ fi
# Other system configury # Other system configury
case "${target}" in case "${target}" in
*-*-hpux11*) *-*-hpux*)
# HPUX v11.x requires -lrt to resolve sem_init in libgomp.la case "${target}" in
XLDFLAGS="${XLDFLAGS} -lrt" *-*-hpux11*)
# HPUX v11.x requires -lrt to resolve sem_init in libgomp.la
XLDFLAGS="${XLDFLAGS} -lrt"
;;
esac
case "${target}" in
hppa[12]*-*-hpux*)
# PA 32 HP-UX needs -frandom-seed for bootstrap compare.
XCFLAGS="${XCFLAGS} -frandom-seed=fixed-seed"
;;
esac
;; ;;
*-*-mingw32*) *-*-mingw32*)
......
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