From patchwork Thu Jan 27 16:23:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 80712 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 5279FB7125 for ; Fri, 28 Jan 2011 03:23:31 +1100 (EST) Received: (qmail 17744 invoked by alias); 27 Jan 2011 16:23:17 -0000 Received: (qmail 17728 invoked by uid 22791); 27 Jan 2011 16:23:15 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from relay02.pair.com (HELO relay02.pair.com) (209.68.5.16) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 27 Jan 2011 16:23:09 +0000 Received: (qmail 23917 invoked from network); 27 Jan 2011 16:23:06 -0000 Received: from 195.135.221.2 (HELO L50.suse.de) (195.135.221.2) by relay02.pair.com with SMTP; 27 Jan 2011 16:23:06 -0000 X-pair-Authenticated: 195.135.221.2 Date: Thu, 27 Jan 2011 17:23:10 +0100 (CET) From: Gerald Pfeifer To: bug-gnulib@gnu.org cc: gcc-patches@gcc.gnu.org, Ralf Wildenhues Subject: [PATCH] config.rpath: remove handling of FreeBSD 1.x Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes 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 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 * 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*)