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
This commit is contained in:
parent
ba19ceaeed
commit
27ca3a6192
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user