ltconfig: Disable building static libraries if building shared libraries on AIX 5L.
* ltconfig: Disable building static libraries if building shared libraries on AIX 5L. From-SVN: r78984
This commit is contained in:
parent
2eb83715ce
commit
c18b95e5e4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-03-05 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* ltconfig: Disable building static libraries if building shared
|
||||
libraries on AIX 5L.
|
||||
|
||||
2004-03-01 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* configure.in (mips64*-*-linux*): Override mips*-*-linux* case
|
||||
|
|
2
ltconfig
2
ltconfig
|
@ -1592,7 +1592,7 @@ aix3*)
|
|||
fi
|
||||
;;
|
||||
|
||||
aix4*)
|
||||
aix4* | aix5*)
|
||||
test "$enable_shared" = yes && enable_static=no
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue