From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson Date: Tue, 25 Jul 2000 23:16:52 +0000 Subject: Re: [Linux-ia64] 2.4.0-test5-pre4 patch for IA64 make Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org The IA64 port needs a compile option (-mconstant-gp) turned on for the kernel but turned off for modules. gcc only supports the option, not its negation, -mno-constant-gp is not valid. That would be trivial for me to fix, if you wanted a compiler fix for this. Getting the compiler patch to everyone that needs it might be a little harder, but shouldn't be a problem. Jim