From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Tue, 08 May 2001 03:22:19 +0000 Subject: Re: [Linux-ia64] Linker error : linking constant-gp files with non-constant gp fil es 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 All objects that are linked into the kernel must be compiled with -mconstant-gp. All objects that are linked into modules must not be compiled with -mconstant-gp. Set your compile flags accordingly.