From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VfVAh-0002KS-PA for mharc-grub-devel@gnu.org; Sun, 10 Nov 2013 08:35:23 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfVAa-0002HW-8y for grub-devel@gnu.org; Sun, 10 Nov 2013 08:35:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfVAO-0001LY-Cf for grub-devel@gnu.org; Sun, 10 Nov 2013 08:35:16 -0500 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:39975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfVAO-0001In-65 for grub-devel@gnu.org; Sun, 10 Nov 2013 08:35:04 -0500 Received: by mail-ea0-f178.google.com with SMTP id a10so1689881eae.23 for ; Sun, 10 Nov 2013 05:35:03 -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=ei5ZqH62j1pQKX0J9xGyPIccHT8z0Rgu/9YxQQ+Dg20=; b=n+bxCYzcpFDLa4AwpQ49EB7g3eBZXHh40LsIHpHs6S3YuZEEw7/sHNT2nPksUx1FgM eMqM0/SX3wCjoCOF1eXfjlKz431D2439KyvM30WJ54wab36fR3aavYrSW1jiEontcNi+ GkiZML9enV3Sn4ACHpRx0D9lNyUmdWpUKQfMc64xs1YrTEdfD7941YSmTe5wUrVRDTrH W3zsLP8GnQ3MFo6xHBypvE+4887qPfsme5463wn1iOZ0bQOccXUm+94zPTyCZ2gkaDxv 9HWAyGarzGF85IKoozdqEPWcjD4r/l89mklL/t+OHPELS4Td24DojyBhIRjOOPXJkzfP 7nxg== X-Received: by 10.14.88.132 with SMTP id a4mr618144eef.60.1384090503348; Sun, 10 Nov 2013 05:35:03 -0800 (PST) Received: from [192.168.1.16] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id x4sm49378673eef.1.2013.11.10.05.35.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Nov 2013 05:35:02 -0800 (PST) Message-ID: <527F8B84.3060203@gmail.com> Date: Sun, 10 Nov 2013 14:35:00 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: __stack_chk_fail in regexp is not defined References: <20131108124231.3fa344de@crass-Ideapad-Z570> <527D3373.9020804@gmail.com> <20131108144243.79c1af39@crass-Ideapad-Z570> <20131109081158.2d933f37@opensuse.site> <527E1E64.4010601@gmail.com> <20131109230935.47ce1eaf@crass-Ideapad-Z570> <20131110093906.08e8c893@opensuse.site> <20131110113512.1dc916ef@opensuse.site> <527F79A1.1000405@gmail.com> <20131110170234.3c46b23c@opensuse.site> In-Reply-To: <20131110170234.3c46b23c@opensuse.site> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2OFFDUMDIUPPKTNVWIIRP" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::232 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: Sun, 10 Nov 2013 13:35:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2OFFDUMDIUPPKTNVWIIRP Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10.11.2013 14:02, Andrey Borzenkov wrote: > =D0=92 Sun, 10 Nov 2013 13:18:41 +0100 > Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF=D0= =B8=D1=88=D0=B5=D1=82: >=20 >> Fixed, thanks for spotting those tests. >=20 > if test x"$efiemu_excuse" =3D x ; then > AC_CACHE_CHECK([whether options required for efiemu work], grub_cv_c= c_efiemu, > [ > - CFLAGS=3D"$TARGET_CFLAGS -m64 -mcmodel=3Dlarge -mno-red-zone -nost= dlib" > + CFLAGS=3D"$TARGET_CFLAGS -march=3Dcore2 -m64 -mcmodel=3Dlarge -mno= -red-zone -nost > dlib" >=20 > That's still wrong. efiemuXX.o does not use TARGET_CFLAGS, this test > will always fail on x86 because at this point TARGET_CFLAGS contains > -m32 already. >=20 in "-m32 -m64" the last one takes precedence. But I'll adjust the test to be nearer to truth. >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >=20 ------enig2OFFDUMDIUPPKTNVWIIRP 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.4.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlJ/i4QACgkQmBXlbbo5nOvo6wEAgqPSAPnZpcw4bB6ePLLR78JQ dOrxo2ObkUENSm5wdQEBAKCu/k93sWf/oYISVTrlg8d2521y6AvAUg7J4w+lyobe =VSTi -----END PGP SIGNATURE----- ------enig2OFFDUMDIUPPKTNVWIIRP--