This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[gerberb@zenez.com: Patch for ltconfig in the egcs-19990525-snapshot.]
- To: egcs-patches at egcs dot cygnus dot com
- Subject: [gerberb@zenez.com: Patch for ltconfig in the egcs-19990525-snapshot.]
- From: Robert Lipe <robertl at sco dot com>
- Date: Wed, 2 Jun 1999 20:41:40 -0500
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 -----