public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] to fix : crosstool-NG-1.18.0 - obsolete RPC headers are not installed for Glibc
@ 2013-02-15 14:43 Jérôme BARDON
  2013-02-15 18:03 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Jérôme BARDON @ 2013-02-15 14:43 UTC (permalink / raw)
  To: crossgcc

Here is a patch to fix this :
================================================================
# HG changeset patch
# User Jerome BARDON <bardon.pro@gmail.com>
# Date 1360923357 -3600
# Node ID 367d677bfbeee5905310cbf0bf4636f76a786192
# Parent  fb662f18d002da9303aba2ea933c5204b789e752
also add RPC headers install for Glibc

diff -r fb662f18d002 -r 367d677bfbee scripts/build/libc/glibc-eglibc.sh-common
--- 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=-O2
             # Also, if those two are missing, iconv build breaks
             extra_config+=( --disable-debug --disable-sanity-checks )
-            ;;
+            # always include rpc, the user can still override it with TI-RPC
+            extra_config+=( --enable-obsolete-rpc )
+             ;;
     esac

     # Add some default glibc config options if not given by user.
==============================================================

Regards,

Jérôme BARDON
Thomson Video Networks


2013/2/15 Jérôme BARDON <bardon.pro@gmail.com>:
> Hi,
>
> In crosstool-NG-1.18.0 the obsolete RPC headers (installed with the
> --enable-obsolete-rpc option) are only installed for eGlibc.
>
> This is a problem for me as my rootfs needs RPC and Glibc.
>
>
> Jérôme BARDON
> Thomson Video Networks

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-15 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-15 14:43 [PATCH] to fix : crosstool-NG-1.18.0 - obsolete RPC headers are not installed for Glibc Jérôme BARDON
2013-02-15 18:03 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).