From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1W4YGX-0005Aq-NA for mharc-grub-devel@gnu.org; Sat, 18 Jan 2014 10:56:57 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4YGR-00059G-0I for grub-devel@gnu.org; Sat, 18 Jan 2014 10:56:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4YGL-0004XR-KM for grub-devel@gnu.org; Sat, 18 Jan 2014 10:56:50 -0500 Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:58294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4YGL-0004XL-Cx for grub-devel@gnu.org; Sat, 18 Jan 2014 10:56:45 -0500 Received: by mail-ea0-f174.google.com with SMTP id b10so2266966eae.19 for ; Sat, 18 Jan 2014 07:56:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=0yfWiC6kGuiLQdY2n45wpsXQ/jz0dbv/3l6bVRtCYTY=; b=RwPbV8do90WPqwgAaGPIV4NtHWClOtC57bVqW9xXDJxpyQyPK3vUGbShIs+s4Pnsuj MucmuYEzT85ZneG3n5OLivkDE4QnTjuwmCE7aBg354KcL9U8ETxsCUuoBit3aVv5mlWJ Fxm5Zks5xJiUFNGf3cxfXqY4hhMc6rJkjUoDquzcbJt2aHNsydAf1pvNHvk18ycQPogd 6pLJbtlJduWLeBGvcs/iKuOGD4qO73SDp0MVLaGU4Oj53oWWw+JEwOa5FN71eOqoCSgW DfWFsdxEp00HGh+mN+PSkLMps4rfK3P32qinCpGXErkA+zuKcJQF3LytC+pvzG0pgzly 9wCQ== X-Received: by 10.15.110.8 with SMTP id cg8mr8585730eeb.42.1390060604517; Sat, 18 Jan 2014 07:56:44 -0800 (PST) Received: from [192.168.1.16] (85-188.196-178.cust.bluewin.ch. [178.196.188.85]) by mx.google.com with ESMTPSA id v1sm36235095eef.9.2014.01.18.07.56.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 18 Jan 2014 07:56:43 -0800 (PST) Message-ID: <52DAA43A.20005@gmail.com> Date: Sat, 18 Jan 2014 16:56:42 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.2.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] Use _W64 to detect MinGW W64-32 instead of _FILE_OFFSET_BITS References: <1388311800-27081-1-git-send-email-arvidjaar@gmail.com> <1389668746-1117-1-git-send-email-arvidjaar@gmail.com> <52DA9C2D.3070501@gmail.com> <20140118195352.1f1b49e1@opensuse.site> In-Reply-To: <20140118195352.1f1b49e1@opensuse.site> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="iLecHpCuuX7l5lnEmvQmnPjr4l4ETAHo2" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22e 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, 18 Jan 2014 15:56:56 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --iLecHpCuuX7l5lnEmvQmnPjr4l4ETAHo2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 18.01.2014 16:53, Andrey Borzenkov wrote: > =D0=92 Sat, 18 Jan 2014 16:22:21 +0100 > Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF=D0= =B8=D1=88=D0=B5=D1=82: >=20 >> On 14.01.2014 04:05, Andrey Borzenkov wrote: >>> +/* 32 bit on Mingw-w64 already redefines them if _FILE_OFFSET_BITS=3D= 64 */ >> Do you mean 64-bit ? >> >=20 > No, I mean exactly 32 bit. 'Mingw w64" is project (toolchain) name; it > can produce both 32 bit and 64 bit programs. 64 bit is already covered > by __MINGW64__, but in 32 bit case we need to differentiate between > native MinGW and Mingw w64 building for 32 bit. >=20 I see. Go ahead. >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >=20 --iLecHpCuuX7l5lnEmvQmnPjr4l4ETAHo2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlLapDoACgkQmBXlbbo5nOsWjAD+Kl4PLFtibdLEEPVggm3hPRSN bg7S9AgUKiZAv58Uy44A/0Z4Aa1AKEtakhzrn9RS1O8uQklu9KMrIgowBrNU8/kD =lD1a -----END PGP SIGNATURE----- --iLecHpCuuX7l5lnEmvQmnPjr4l4ETAHo2--