On 10.11.2013 14:02, Andrey Borzenkov wrote:
> В Sun, 10 Nov 2013 13:18:41 +0100
> Vladimir 'φ-coder/phcoder' Serbinenko <phco...@gmail.com> пишет:
> 
>> 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
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
> 


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to