From patchwork Thu Jan 27 18:11:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Haible X-Patchwork-Id: 80717 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 032B91007D1 for ; Fri, 28 Jan 2011 05:11:33 +1100 (EST) Received: (qmail 21328 invoked by alias); 27 Jan 2011 18:11:29 -0000 Received: (qmail 21317 invoked by uid 22791); 27 Jan 2011 18:11:28 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mo-p00-ob.rzone.de (HELO mo-p00-ob.rzone.de) (81.169.146.160) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Jan 2011 18:11:22 +0000 X-RZG-AUTH: :Ln4Re0+Ic/6oZXR1YgKryK8brksyK8dozXDwHXjf9hj/zDNRbfA44+iwyQ== X-RZG-CLASS-ID: mo00 Received: from linuix.haible.de (dslb-088-068-046-137.pools.arcor-ip.net [88.68.46.137]) by post.strato.de (mrclete mo52) (RZmta 25.1) with ESMTPA id B02a7an0RFejvC ; Thu, 27 Jan 2011 19:11:19 +0100 (MET) From: Bruno Haible To: bug-gnulib@gnu.org Subject: Re: [PATCH] config.rpath: remove handling of FreeBSD 1.x Date: Thu, 27 Jan 2011 19:11:17 +0100 User-Agent: KMail/1.9.9 Cc: Gerald Pfeifer , gcc-patches@gcc.gnu.org References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201101271911.18256.bruno@clisp.org> Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi Gerald, > 2011-01-27 Gerald Pfeifer > > * config.rpath: Remove handling of freebsd1* which soon would > match FreeBSD 10.0. Thank you. I've applied your patch, and the following one on top of it: 2011-01-27 Bruno Haible Prepare for supporting FreeBSD 10. * build-aux/config.libpath: Remove handling of freebsd1*. --- build-aux/config.libpath.orig Thu Jan 27 19:06:23 2011 +++ build-aux/config.libpath Thu Jan 27 19:05:16 2011 @@ -66,8 +66,6 @@ dgux*) shlibpath_var=LD_LIBRARY_PATH ;; - freebsd1*) - ;; freebsd* | dragonfly*) shlibpath_var=LD_LIBRARY_PATH ;;