From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31621 invoked by alias); 15 Feb 2013 18:03:53 -0000 Received: (qmail 31606 invoked by uid 22791); 15 Feb 2013 18:03:51 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_BF X-Spam-Check-By: sourceware.org Received: from mail-wi0-f172.google.com (HELO mail-wi0-f172.google.com) (209.85.212.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Feb 2013 18:03:40 +0000 Received: by mail-wi0-f172.google.com with SMTP id ez12so1487157wid.5 for ; Fri, 15 Feb 2013 10:03:39 -0800 (PST) X-Received: by 10.180.85.97 with SMTP id g1mr7750938wiz.29.1360951418991; Fri, 15 Feb 2013 10:03:38 -0800 (PST) Received: from treguer.localnet (ARennes-256-1-67-109.w90-32.abo.wanadoo.fr. [90.32.146.109]) by mx.google.com with ESMTPS id bg5sm6753558wib.8.2013.02.15.10.03.36 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 15 Feb 2013 10:03:37 -0800 (PST) From: "Yann E. MORIN" To: crossgcc@sourceware.org Subject: Re: [PATCH] to fix : crosstool-NG-1.18.0 - obsolete RPC headers are not installed for Glibc Date: Fri, 15 Feb 2013 18:03:00 -0000 User-Agent: KMail/1.13.5 (Linux/3.7.8-treguer; KDE/4.4.5; x86_64; ; ) Cc: =?iso-8859-1?q?J=E9r=F4me_BARDON?= References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201302151903.29171.yann.morin.1998@free.fr> X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00039.txt.bz2 J=E9r=F4me, All, On Friday 15 February 2013 J=E9r=F4me BARDON wrote: > Here is a patch to fix this : > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > # HG changeset patch > # User Jerome BARDON > # Date 1360923357 -3600 > # Node ID 367d677bfbeee5905310cbf0bf4636f76a786192 > # Parent fb662f18d002da9303aba2ea933c5204b789e752 > also add RPC headers install for Glibc The commit log should be a bit more explicit about what the changeset is about (basically, what you added below the patch), and must include your SoB-line (see: http://www.elinux.org/Developer_Certificate_Of_Origin ), something like: libc/glibc: install obsolete RPC for both eglibc and glibc Currently, the obsolete RPC headers are only installed for eglibc, but glibc has the same /deficiency/, so install the obsolete RPC for both. Signed-off-by: Your Real Name > diff -r fb662f18d002 -r 367d677bfbee scripts/build/libc/glibc-eglibc.sh-c= ommon > --- a/scripts/build/libc/glibc-eglibc.sh-common Fri Feb 15 10:46:40 2013 = +0100 > +++ b/scripts/build/libc/glibc-eglibc.sh-common Fri Feb 15 11:15:57 2013 = +0100 > @@ -222,7 +222,9 @@ > OPTIMIZE=3D-O2 > # Also, if those two are missing, iconv build breaks > extra_config+=3D( --disable-debug --disable-sanity-checks ) > - ;; > + # always include rpc, the user can still override it with TI= -RPC > + extra_config+=3D( --enable-obsolete-rpc ) > + ;; > esac Rather than duplicate the code in both the glibc and the eglibc path, just move the existing "extra_config+=3D" line just belose the "esac". Thank you! :-) Regards, Yann E. MORIN. --=20 .-----------------.--------------------.------------------.----------------= ----. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspira= cy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ = | | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is = no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspirac= y. | '------------------------------^-------^------------------^----------------= ----' -- For unsubscribe information see http://sourceware.org/lists.html#faq