libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AIX Power with gcc incorrect link static flag.


From: Robert Boehne
Subject: AIX Power with gcc incorrect link static flag.
Date: Mon, 30 Jul 2001 16:55:26 -0500

Hello!

This is a regression from MLB, under AIX when using gcc the static
flag should be -static, it should not be reset.

2001-07-30  Robert Boehne  <address@hidden>

        * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC) [aix*]: Fixed an
        incorrect resetting of lt_prog_compiler_static when using gcc
        under AIX Power.

There is also another regression much more serious.  MLB will create
the required .exp file but HEAD has forgotten how to do this.



-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libtool/libtool/ChangeLog,v
retrieving revision 1.993
diff -u -r1.993 ChangeLog
--- ChangeLog   2001/07/30 01:39:33     1.993
+++ ChangeLog   2001/07/30 21:51:11
@@ -1,3 +1,9 @@
+2001-07-30  Robert Boehne  <address@hidden>
+
+       * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC) [aix*]: Fixed an
+       incorrect resetting of lt_prog_compiler_static when using gcc
+       under AIX Power.
+
 2001-07-30  Gary V. Vaughan  <address@hidden>
 
        * libtool.m4 [UnixWare7, OpenUNIX8]: Initial support for
Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.204
diff -u -r1.204 libtool.m4
--- libtool.m4  2001/07/30 01:39:33     1.204
+++ libtool.m4  2001/07/30 21:51:12
@@ -3980,8 +3980,6 @@
       if test "$host_cpu" = ia64; then
         # AIX 5 now supports IA64 processor
         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      else
-        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso 
-bI:/lib/syscalls.exp'
       fi
       ;;
   

reply via email to

[Prev in Thread] Current Thread [Next in Thread]