From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 497151F4B4 for ; Sun, 20 Sep 2020 23:34:00 +0000 (UTC) Received: from localhost ([::1]:38718 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kK8qE-0003ax-Vm for normalperson@yhbt.net; Sun, 20 Sep 2020 19:33:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47874) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kK8q3-0003YZ-I2 for bug-gnulib@gnu.org; Sun, 20 Sep 2020 19:33:47 -0400 Received: from smtp3.cs.stanford.edu ([171.64.64.27]:35876) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kK8q1-0007ma-DD for bug-gnulib@gnu.org; Sun, 20 Sep 2020 19:33:46 -0400 Received: from mail-io1-f51.google.com ([209.85.166.51]:42831) by smtp3.cs.Stanford.EDU with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.92.3) (envelope-from ) id 1kK8py-0003d8-PS for bug-gnulib@gnu.org; Sun, 20 Sep 2020 16:33:43 -0700 Received: by mail-io1-f51.google.com with SMTP id u6so13546145iow.9 for ; Sun, 20 Sep 2020 16:33:42 -0700 (PDT) X-Gm-Message-State: AOAM530ItTIv8curX2EgSM7BXOV4ntfKTPJMAVYcXTmT1jieSQAhuB6U vGesnc61KdqTu9lFLn8kfFmiAVHg5J0FMswZPAg= X-Google-Smtp-Source: ABdhPJwtLF/7THdRSVA2Y2bqPZ2hjg7Jm4o5oH2dxZnVSwZV0bMaCiCyopdzTmsXAdZp+xCK2p7cuVaqXV+W2HJ85uk= X-Received: by 2002:a02:9986:: with SMTP id a6mr39024663jal.28.1600644822208; Sun, 20 Sep 2020 16:33:42 -0700 (PDT) MIME-Version: 1.0 References: <20200914005236.3852819-1-blp@cs.stanford.edu> <2059262.66RfUa1sB5@omega> In-Reply-To: <2059262.66RfUa1sB5@omega> From: Ben Pfaff Date: Sun, 20 Sep 2020 16:33:31 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] reloc-ldflags: Fix handling of multiple relocatable library directories. To: Bruno Haible Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Scan-Signature: 5fb79390a4aad79c01ba7e4883e5f1df Received-SPF: pass client-ip=171.64.64.27; envelope-from=blp@cs.stanford.edu; helo=smtp3.cs.Stanford.EDU X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/20 18:45:51 X-ACL-Warn: Detected OS = Linux 3.1-3.10 [fuzzy] X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bug-gnulib Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" On Sun, Sep 20, 2020 at 7:50 AM Bruno Haible wrote: > Thanks for the patch! You are right: since none of the platforms for whic= h > reloc-ldflags is being used is AIX, HP-UX, IRIX =E2=80=94 these are the p= latforms > for which libtool.m4 defines hardcode_libdir_separator to ':' =E2=80=94, = the rpath > options are cumulative. > > I applied your patch, revising comments and a variable name. Thanks a lot!