From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25206 invoked by alias); 11 Nov 2009 22:56:16 -0000 Received: (qmail 25198 invoked by uid 22791); 11 Nov 2009 22:56:15 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from cdptpa-omtalb.mail.rr.com (HELO cdptpa-omtalb.mail.rr.com) (75.180.132.120) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Nov 2009 22:56:12 +0000 Received: from tx.rr.com ([24.27.91.163]) by cdptpa-omta01.mail.rr.com with ESMTP id <20091111225610390.PUZP15440@cdptpa-omta01.mail.rr.com> for ; Wed, 11 Nov 2009 22:56:10 +0000 Message-ID: <4AFB41D0.5050407@tx.rr.com> Date: Wed, 11 Nov 2009 22:56:00 -0000 From: Harold Grovesteen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: crossgcc@sourceware.org Subject: [Fwd: Re: [PATCH 1 of 3] arch: s390 and 390x glibc patch] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-11/txt/msg00034.txt.bz2 -------- Original Message -------- Subject: Re: [PATCH 1 of 3] arch: s390 and 390x glibc patch Date: Wed, 11 Nov 2009 16:48:23 -0600 From: Harold Grovesteen To: Mike Frysinger References: <4dfd56aa6ad7b752b3c3.1257961228@dev.site> <200911111405.26910.vapier@gentoo.org> Mike Frysinger wrote: >On Wednesday 11 November 2009 12:40:28 Harold Grovesteen wrote: > > >>--- a/scripts/build/libc/glibc.sh Fri Oct 30 20:08:44 2009 +0100 >>+++ b/scripts/build/libc/glibc.sh Wed Nov 11 09:07:36 2009 -0600 >>@@ -152,7 +152,8 @@ >> CT_DoExecLog ALL \ >> "${CT_SRC_DIR}/glibc-${cvs}${CT_LIBC_VERSION}/configure" \ >> --build="${CT_BUILD}" \ >>- --host="${CT_TARGET}" \ >>+ --host="${CT_BUILD}" \ >>+ --target="${CT_TARGET}" \ >> >> > >not only is there no --target option for glibc, but it doesnt make any sense >for there to be one. the C library doesnt generate code. > >setting the --host to the build system is also blatantly wrong. i dont see >why you need either of these changes -- i cross-compile s390/s390x just fine >using the same method as all other targets. >-mike > To both Mike and Yann, this goes to the issue I ran into with --with-long-double-128. Mike, I am glad you can confirm that you don't need this. Now, why did I? Mike what version of glibc are you using? Maybe that is a factor. I used glibc 2.9. Mike, are you using crosstool-ng for s390/s390x or your own implementation? I will make the other recommended changes and remove this. If the problem with long-double-128 returns I will post the results for examination. Thanks all, Harold Grovesteen -- For unsubscribe information see http://sourceware.org/lists.html#faq