bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] config.rpath: remove handling of FreeBSD 1.x


From: Gerald Pfeifer
Subject: [PATCH] config.rpath: remove handling of FreeBSD 1.x
Date: Thu, 27 Jan 2011 17:23:10 +0100 (CET)

The corresponing patch for libtool.m4 has been applied already; this
is the second change we need to make to support FreeBSD 10.0 and later.
(FreeBSD 1.x did not support shared libraries at all and has not been
supported for a decade or more.)

Once this has been applied in gnulib I understand this should also go
into GCC HEAD, 4.5 and 4.4.

Thanks,
Gerald


2011-01-27  Gerald Pfeifer  <address@hidden>

        * config.rpath: Remove handling of freebsd1* which soon would
        match FreeBSD 10.0.

Index: config.rpath
===================================================================
--- config.rpath        (revision 168842)
+++ config.rpath        (working copy)
@@ -284,9 +284,6 @@
     dgux*)
       hardcode_libdir_flag_spec='-L$libdir'
       ;;
-    freebsd1*)
-      ld_shlibs=no
-      ;;
     freebsd2.2*)
       hardcode_libdir_flag_spec='-R$libdir'
       hardcode_direct=yes
@@ -448,8 +445,6 @@
     ;;
   dgux*)
     ;;
-  freebsd1*)
-    ;;
   freebsd*)
     ;;
   gnu*)



reply via email to

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