libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Support for ILD on NetBSD/a.out


From: Nick Hudson
Subject: [PATCH] Support for ILD on NetBSD/a.out
Date: Fri, 15 Dec 2000 10:53:43 +0000

The attached patch enables ILD support for NetBSD a.out. The test suite
fails on one test due to a NetBSD bug (PR#10940)

Nick
-- 
aka address@hidden, address@hidden
Index: libtool.m4
===================================================================
RCS file: /home/cvs/libtool/libtool.m4,v
retrieving revision 1.131
diff -c -r1.131 libtool.m4
*** libtool.m4  2000/12/14 02:53:45     1.131
--- libtool.m4  2000/12/15 10:40:47
***************
*** 3076,3081 ****
--- 3076,3084 ----
  
  netbsd*)
    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then :
+     [lt_cv_deplibs_check_method='file_magic NetBSD/[a-z0-9]* demand paged 
shared library']
+     lt_cv_file_magic_cmd='/usr/bin/file -L'
+     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
    else
      [lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared 
object']
      lt_cv_file_magic_cmd='/usr/bin/file -L'

reply via email to

[Prev in Thread] Current Thread [Next in Thread]