6f0b523996
meant to be used on archs that have gcc4 in base, this doesn't require a full gcc build from ports, and provides libgfortran as a subpackage. idea from espie some months ago.
20 lines
822 B
Plaintext
20 lines
822 B
Plaintext
$OpenBSD: patch-ltcf-gcj_sh,v 1.1.1.1 2010/10/10 17:39:06 steven Exp $
|
|
--- ltcf-gcj.sh.orig Thu May 5 17:04:39 2005
|
|
+++ ltcf-gcj.sh Mon May 16 17:43:16 2005
|
|
@@ -489,10 +489,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*)
|