This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[gerberb@zenez.com: Patch for ltconfig in the egcs-19990525-snapshot.]


Can anyone familiar with libtool or ltconfig comment on the pertinence
of this patch?

Thanx,
RJL


----- Forwarded message from "Boyd Lynn Gerber (801) 250-O795 Work" <gerberb@zenez.com> -----

To: Robert Lipe <robertl@sco.com>

Robert,

I download the egcs-19990525.tar.gz snapshot.  It is missing this patch to
make libtool work on OSR 5.0.X.

Good Luck,

Boyd Gerber
gerberb@zenez.com


Content-Description: ltconfig patch top level
*** ltconfig	Wed Jun  2 18:36:44 1999
--- ltconfig.org	Thu Oct  8 17:32:30 1998
***************
*** 1007,1017 ****
      ;;
  
    sco3.2v5*)
!    archive_cmds='$LD -G -h $soname -o $lib$libobjs$deplibs'
!    hardcode_shlibpath_var=no
!    runpath_var=LD_RUN_PATH
!    hardcode_runpath_var=yes
!    ld_shlibs=yes
      ;;
  
    solaris2*)
--- 1007,1014 ----
      ;;
  
    sco3.2v5*)
!     archive_cmds='$LD -G -o $lib$libobjs'
!     hardcode_direct=yes
      ;;
  
    solaris2*)


----- End forwarded message -----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]