From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XSp9D-00049X-EE for mharc-grub-devel@gnu.org; Sat, 13 Sep 2014 11:21:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSp95-00047R-WF for grub-devel@gnu.org; Sat, 13 Sep 2014 11:21:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSp90-00084V-Av for grub-devel@gnu.org; Sat, 13 Sep 2014 11:21:51 -0400 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:41971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSp90-00084K-3V for grub-devel@gnu.org; Sat, 13 Sep 2014 11:21:46 -0400 Received: by mail-la0-f42.google.com with SMTP id hz20so2589770lab.29 for ; Sat, 13 Sep 2014 08:21:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=i9Fg+2Rcz2QTAfEQoPeQTQHwFpMO52/6ccF9Q01EAmE=; b=yzqbJH60XZrTITa86eb9HsZAbgj+MqPKHHWhfeHDvHgS7R/2BL9Q4EHFdo4eO4ztDP 3Ol+AgMqb37cAxkpCfFOTsv2o8/JrzHPnQ1BtbUXWNTm/dSiYvOMgo7hmxxJaHzjY1dw H2Lg0BhtvnxbZhq0BoRewBH89/dfajXMuQDyaezk27QbOVxD82KRW4jGP0wXeddbolyV swk72Yno3kKTln4FyRIkQfvIEoKdK0xuNngwAIk2NUjL7LKXI1gT3gbB3gXmLKqfg8Gb kW4JRH/Lt2YcmHzxEhAAdCJxfk/6hUCexq7AUG60ZU5KQ9CGqRLjde8urbHfQ5yYEtBl af1Q== X-Received: by 10.112.24.104 with SMTP id t8mr16048255lbf.46.1410621704786; Sat, 13 Sep 2014 08:21:44 -0700 (PDT) Received: from opensuse.site ([37.190.69.201]) by mx.google.com with ESMTPSA id qr9sm2432468lbb.11.2014.09.13.08.21.43 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 13 Sep 2014 08:21:43 -0700 (PDT) Date: Sat, 13 Sep 2014 19:21:43 +0400 From: Andrei Borzenkov To: cjwatson@ubuntu.com, grub-devel@gnu.org Subject: Re: Support grub-emu on x32 (ILP32 but with x86-64 instruction set) Message-ID: <20140913192143.16bb3551@opensuse.site> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2014 15:21:57 -0000 > * configure.ac: Remove -m64 from checks for -mcmodel=large and > -mno-red-zone. These are always either unnecessary (x86_64-emu) or > already in TARGET_CFLAGS at this point, and they produce incorrect > results when building for x32. This was added to match what grub-core/Makefile.am actually uses. So basically either Makefile.am needs fixing as well or your patch does not fix the actual problem - meaning efiemu64.o will fail to compile.