* grub-core/Makefile.am: Do not include libgcc.h when compiling with

clang.
This commit is contained in:
Vladimir Serbinenko 2013-11-07 19:33:54 +01:00
parent 7a3f4a18d1
commit d59849b2e7
3 changed files with 8 additions and 0 deletions

View file

@ -1371,6 +1371,7 @@ AC_SUBST(BUILD_LIBM)
#
AM_CONDITIONAL([COND_emu], [test x$platform = xemu])
AM_CONDITIONAL([COND_clang], [test x$grub_cv_cc_target_clang = xyes])
AM_CONDITIONAL([COND_i386_pc], [test x$target_cpu = xi386 -a x$platform = xpc])
AM_CONDITIONAL([COND_i386_efi], [test x$target_cpu = xi386 -a x$platform = xefi])
AM_CONDITIONAL([COND_ia64_efi], [test x$target_cpu = xia64 -a x$platform = xefi])