From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755970AbcETQhV (ORCPT ); Fri, 20 May 2016 12:37:21 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:43816 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754069AbcETQhU (ORCPT ); Fri, 20 May 2016 12:37:20 -0400 Date: Fri, 20 May 2016 17:37:17 +0100 (BST) From: "Maciej W. Rozycki" To: Ralf Baechle cc: Alexander Viro , Andrew Morton , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, James Hogan , Paul.Burton@imgtec.com Subject: Re: [PATCH]: ELF/MIPS build fix In-Reply-To: <20160520141705.GA1913@linux-mips.org> Message-ID: References: <20160520141705.GA1913@linux-mips.org> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 20 May 2016, Ralf Baechle wrote: > CONFIG_MIPS32_N32=y but CONFIG_BINFMT_ELF disabled results in the following > linker errors: Is this for a configuration with native (n64) ELF disabled, but one or more compat ELF formats (o32, n32) enabled? An interesting use case then. Maciej