add USE_ASCII_FAILBACK define

This commit is contained in:
BVK Chaitanya 2010-08-21 00:50:12 +05:30
parent 00d0648491
commit 2bd591d03e
3 changed files with 7 additions and 2 deletions

View file

@ -8,6 +8,12 @@ CC=$(TARGET_CC)
CPP=$(TARGET_CC)
CCAS=$(TARGET_CC)
if COND_GRUB_MKFONT
if COND_HAVE_FONT_SOURCE
TARGET_CFLAGS += -DUSE_ASCII_FAILBACK=1 -DHAVE_UNIFONT_WIDTHSPEC=1
endif
endif
AM_CFLAGS = $(TARGET_CFLAGS)
AM_LDFLAGS = $(TARGET_LDFLAGS)
AM_CPPFLAGS = $(TARGET_CPPFLAGS) $(CPPFLAGS_DEFAULT)