summaryrefslogtreecommitdiffstats
path: root/ltcf-gcj.sh
diff options
context:
space:
mode:
authorJim Wilson <wilson@redhat.com>2004-07-21 19:21:41 +0000
committerJim Wilson <wilson@redhat.com>2004-07-21 19:21:41 +0000
commit0da793ff2b41776aa3b683eb952c0df5bbfaba0a (patch)
tree607e7a9fbfa8245800d21b31b6ff75f18e322afb /ltcf-gcj.sh
parent9aec2c3c19b5d77139002854ccdabcc0b61f175f (diff)
downloadcygnal-0da793ff2b41776aa3b683eb952c0df5bbfaba0a.tar.gz
cygnal-0da793ff2b41776aa3b683eb952c0df5bbfaba0a.tar.bz2
cygnal-0da793ff2b41776aa3b683eb952c0df5bbfaba0a.zip
knetbsd/kfreebsd patches from Robert Millan.
* libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu. * ltconfig: Likewise. * ltcf-c.sh: Likewise. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise.
Diffstat (limited to 'ltcf-gcj.sh')
-rw-r--r--ltcf-gcj.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ltcf-gcj.sh b/ltcf-gcj.sh
index 2d704975c..95c6fcd35 100644
--- a/ltcf-gcj.sh
+++ b/ltcf-gcj.sh
@@ -178,7 +178,7 @@ EOF
$CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
;;
- netbsd*)
+ netbsd* | knetbsd*-gnu)
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
wlarc=
@@ -402,7 +402,7 @@ else
;;
# FreeBSD 3 and greater uses gcc -shared to do shared libraries.
- freebsd*)
+ freebsd* | kfreebsd*-gnu)
archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
@@ -433,7 +433,7 @@ else
link_all_deplibs=yes
;;
- netbsd*)
+ netbsd* | knetbsd*-gnu)
if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
else