mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-27 06:44:12 +08:00
configure.target: Remove detection of AIX pthread multilib, now obtained from `gcc -v'.
* configure.target: Remove detection of AIX pthread multilib, now obtained from `gcc -v'. From-SVN: r42049
This commit is contained in:
parent
008355a6ed
commit
d048104204
@ -1,3 +1,8 @@
|
||||
2001-05-13 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* configure.target: Remove detection of AIX pthread multilib, now
|
||||
obtained from `gcc -v'.
|
||||
|
||||
2001-05-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* mkcheck.in (setup_size_command): Use Berkeley "-B" mode with GNU
|
||||
|
@ -60,14 +60,6 @@ esac
|
||||
case "${target_os}" in
|
||||
aix4.[3456789]* | aix[56789]*)
|
||||
os_include_dir="config/os/aix"
|
||||
case "$CXX" in
|
||||
*pthread*)
|
||||
enable_threads='posix'
|
||||
;;
|
||||
*)
|
||||
enable_threads='no'
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
bsd* | freebsd* )
|
||||
os_include_dir="config/os/bsd/freebsd"
|
||||
|
Loading…
Reference in New Issue
Block a user