grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: __stack_chk_fail in regexp is not defined


From: Andrey Borzenkov
Subject: Re: __stack_chk_fail in regexp is not defined
Date: Sun, 10 Nov 2013 17:02:34 +0400

В Sun, 10 Nov 2013 13:18:41 +0100
Vladimir 'φ-coder/phcoder' Serbinenko <address@hidden> пишет:

> Fixed, thanks for spotting those tests.

 if test x"$efiemu_excuse" = x ; then
   AC_CACHE_CHECK([whether options required for efiemu work], grub_cv_cc_efiemu,
 [
-    CFLAGS="$TARGET_CFLAGS -m64 -mcmodel=large -mno-red-zone -nostdlib"
+    CFLAGS="$TARGET_CFLAGS -march=core2 -m64 -mcmodel=large -mno-red-zone -nost
dlib"

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.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]