diff mbox

config.rpath: remove handling of FreeBSD 1.x

Message ID alpine.LNX.2.00.1101271702310.7158@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer Jan. 27, 2011, 4:23 p.m. UTC
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  <gerald@pfeifer.com>

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

Patch

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*)