В 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.

Attachment: signature.asc
Description: PGP signature

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

Reply via email to