From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 17 Jan 2001 14:10:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 17 Jan 2001 14:10:30 -0500 Received: from femail3.rdc1.on.home.com ([24.2.9.90]:35302 "EHLO femail3.rdc1.on.home.com") by vger.kernel.org with ESMTP id ; Wed, 17 Jan 2001 14:10:15 -0500 Message-ID: <3A65EDB9.722C06A1@Home.net> Date: Wed, 17 Jan 2001 14:08:42 -0500 From: Shawn Starr Organization: Visualnet X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.0 i586) X-Accept-Language: en MIME-Version: 1.0 To: Jes Sorensen , linux-kernel@vger.kernel.org Subject: Re: Compiling 2.4.1-preX series - Confirmed - PGCC sucks In-Reply-To: <3A64F6E0.778F5734@Home.net> <3A650198.8523D94F@Home.net> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Yes, it appears the PGCC patches *BREAK* GCC (go figure). 2.4.1-pre7 compiled fine. JUST as pre8 was released *sigh* oh well, at least now I wont have to worry about any compiler bugs (unless some are discovered with 2.95.2) ;) Shawn. Shawn Starr wrote: > Fair enough, but something in bugs.h changed from 2.4.0 to 2.4.1-preX and > broke my GCC, I shall recompile GCC with no PGCC patches however if this > happens still then there's a problem somewhere. > > I dont know what FXSR is but there was no problem in 2.4.0 with this. > > diff include/asm-i386/bugs.h ../linux/include/asm-i386/bugs.h | > more78a79 > > #if defined(CONFIG_X86_FXSR) || defined(CONFIG_X86_RUNTIME_FXSR) > 82,85c83,85 > < if (offsetof(struct task_struct, thread.i387.fxsave) & 15) { > < extern void __buggy_fxsr_alignment(void); > < __buggy_fxsr_alignment(); > < } > --- > > if (offsetof(struct task_struct, thread.i387.fxsave) & 15) > > panic("Kernel compiled for PII/PIII+ with FXSR, data not 16-byte > aligned!"); > > > 90a91,92 > > Jes Sorensen wrote: > > > >>>>> "Shawn" == Shawn Starr writes: > > > > Shawn> Which compiler will compile the 2.4.1-preX series? Since 2.4.0, > > Shawn> my GCC 2.95.2 patched with PGCC 2.95.3 (which creates > > Shawn> pgcc-2.95.2) refuses to compile any versions after this. Which > > Shawn> is the next stable and binary compatable compiler? > > > > Shawn> Anyone have any suggestions? I dont wish to use the development > > Shawn> GCC 2.96/2.97 because they will break my binary compatability > > Shawn> with pgcc-2.95.2/3. > > > > Yes, it's simple you want the real gcc 2.96/2.97 or egcs-1.1.2. pgcc > > is not supported. > > > > Jes > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > Please read the FAQ at http://www.tux.org/lkml/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/