]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libtool.m4: Build standard shared libraries on AIX POWER
authorDan McNichol <mcnichol@austin.ibm.com>
Thu, 19 Apr 2001 01:13:13 +0000 (01:13 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 19 Apr 2001 01:13:13 +0000 (01:13 +0000)
commitd9f83c0668060da45952cc7678fef0d54f3a6480
treea5c5669bf1f12df44308662479dd07d880634d34
parentff8e64ad840d26b9d7e261c83929c4321f3f28d9
* libtool.m4: Build standard shared libraries on AIX POWER
more like AIX does, with a shared object archived into lib<xxx>.a.
On AIX -bexpall flag does strange things... Don't use it.
Fix quotes around -berok flag.  Add support for AIX 5.
Add support for run time linking on AIX POWER. (should work
on AIX 4.2 and up).  Turn this feature on by adding -brtl flag
to LD_FLAGS.  Add support for AIX on IA64. Note: AIX on IA64
uses a SYSV type linker.  Add a comment telling what to do if the
TOC starts getting too large on AIX.
* NEWS: mention aix5 support.
ChangeLog
NEWS
libtool.m4