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

Gerald Pfeifer gerald@pfeifer.com
Thu Jan 27 17:09:00 GMT 2011


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.

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



More information about the Gcc-patches mailing list