From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 26 Mar 2007 12:57:03 +0100 (BST) Received: from localhost.localdomain ([127.0.0.1]:33174 "EHLO dl5rb.ham-radio-op.net") by ftp.linux-mips.org with ESMTP id S20022767AbXCZL5B (ORCPT ); Mon, 26 Mar 2007 12:57:01 +0100 Received: from denk.linux-mips.net (denk.linux-mips.net [127.0.0.1]) by dl5rb.ham-radio-op.net (8.13.8/8.13.8) with ESMTP id l2QBuvTx012123; Mon, 26 Mar 2007 12:56:57 +0100 Received: (from ralf@localhost) by denk.linux-mips.net (8.13.8/8.13.8/Submit) id l2QBuuNG012122; Mon, 26 Mar 2007 12:56:56 +0100 Date: Mon, 26 Mar 2007 12:56:56 +0100 From: Ralf Baechle To: "Maciej W. Rozycki" Cc: Thiemo Seufer , Kumba , Linux MIPS List Subject: Re: [PATCH]: Remove CONFIG_BUILD_ELF64 entirely Message-ID: <20070326115656.GA12086@linux-mips.org> References: <4603DA74.70707@gentoo.org> <20070324.002440.93023010.anemo@mba.ocn.ne.jp> <46049BAD.1010705@gentoo.org> <20070324.234727.25910303.anemo@mba.ocn.ne.jp> <20070324231602.GP2311@networkno.de> <46062400.8080307@gentoo.org> <20070325144515.GB21439@networkno.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 14685 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips On Mon, Mar 26, 2007 at 12:35:59PM +0100, Maciej W. Rozycki wrote: > On Sun, 25 Mar 2007, Thiemo Seufer wrote: > > > AFAICS this loses -mno-explicit-relocs completely, but it is needed for > > all non-ckseg0 CONFIG_64BIT builds. > > Why? I reckon GCC should support them just fine these days. Please remember that we officially only require GCC 3.2 or newer. 3.2 turned out to be too broken to be supported for 64-bit builds but as long as there is no significant problem I'd like to keep support for these compiler antiques alive. Ralf