f2d3f33a01
- insist on using pass_all systematically everywhere on OpenBSD. libtool can't be trusted with that, the darn stupid thing wants a shared libgcc half the time. - acknowledge that build won't even work without shared libraries. There are symbol collisions all over the place. - disable debugging messages, so that the result looks sane. - remove the konsole kludge, it didn't work anyways, and I figured out how to do it from konsole_grantpty. - insist on using zsh in sh compatibility mode instead of our somewhat buggy ksh.
21 lines
889 B
Plaintext
21 lines
889 B
Plaintext
$OpenBSD: patch-admin_ltcf-c_sh,v 1.1 2001/04/22 13:20:46 espie Exp $
|
|
--- admin/ltcf-c.sh.orig Sat Apr 21 18:05:03 2001
|
|
+++ admin/ltcf-c.sh Sat Apr 21 18:06:45 2001
|
|
@@ -425,10 +425,14 @@ else
|
|
;;
|
|
|
|
openbsd*)
|
|
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
- hardcode_libdir_flag_spec='-R$libdir'
|
|
+ archive_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
|
+ archive_expsym_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
|
+ old_archive_cmds="$old_archive_cmds~"'$RANLIB $oldlib'
|
|
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
|
hardcode_direct=yes
|
|
hardcode_shlibpath_var=no
|
|
+ remove_lgcc=yes
|
|
+ output_verbose_link_cmds='$CC $ac_cv_prog_cc_pic -shared $CFLAGS -v conftest.$objext 2>&1 | egrep "\-L"'
|
|
;;
|
|
|
|
os2*)
|