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: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: __stack_chk_fail in regexp is not defined
Date: Sun, 10 Nov 2013 14:35:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9

On 10.11.2013 14:02, Andrey Borzenkov wrote:
> В 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.
> 
in "-m32 -m64" the last one takes precedence. But I'll adjust the test
to be nearer to truth.
> 
> 
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/grub-devel
> 


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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