From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24111 invoked by alias); 11 Nov 2011 21:27:58 -0000 Received: (qmail 24090 invoked by uid 22791); 11 Nov 2011 21:27:57 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-bw0-f41.google.com (HELO mail-bw0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Nov 2011 21:27:42 +0000 Received: by bke17 with SMTP id 17so3022983bke.0 for ; Fri, 11 Nov 2011 13:27:40 -0800 (PST) Received: by 10.204.154.89 with SMTP id n25mr407874bkw.75.1321046859219; Fri, 11 Nov 2011 13:27:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.103.1 with HTTP; Fri, 11 Nov 2011 13:27:18 -0800 (PST) Reply-To: linasvepstas@gmail.com In-Reply-To: <201111092149.49393.vapier@gentoo.org> References: <201111092149.49393.vapier@gentoo.org> From: Linas Vepstas Date: Fri, 11 Nov 2011 21:27:00 -0000 Message-ID: Subject: Re: gcc vs. glibc bootstrapping of libgcc_eh.a To: Mike Frysinger Cc: libc-ports@sourceware.org, gcc@gcc.gnu.org, GLIBC Devel Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00030.txt.bz2 Thanks Mike, silly me, it seems that crosstool_ng is exactly what I need! Off-topic, but .. anyone have a clue about why my canadian-cross of gcc is picking up its own internal limits.h, instead of glibc's limits.h? Since gcc's limits.h doesn't have =E2=80=98SSIZE_MAX=E2=80=99 whi= ch gcc/config/host-linux.c wants. I suppose I can just google the answer, can't I? --linas On 9 November 2011 20:49, Mike Frysinger wrote: > comes up every few years > http://sourceware.org/ml/libc-help/2011-08/msg00073.html > -mike >