20 lines
811 B
Plaintext
20 lines
811 B
Plaintext
$OpenBSD: patch-ltcf-c_sh,v 1.2 2004/11/23 18:17:34 espie Exp $
|
|
--- ltcf-c.sh.orig Sat Oct 2 18:33:06 2004
|
|
+++ ltcf-c.sh Tue Nov 23 12:44:34 2004
|
|
@@ -513,10 +513,13 @@ 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'
|
|
+ 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*)
|