* grub-core/Makefile.am: Override STRIP and RANLIB.

* configure.ac: compute TARGET_RANLIB.
	* INSTALL: Document TARGET_RANLIB

	Based on patches from AROS.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-09-23 12:55:18 +02:00
parent 3f7d9c8280
commit 0e8daad0bd
4 changed files with 14 additions and 1 deletions

View file

@ -7,6 +7,8 @@ include $(top_srcdir)/conf/Makefile.common
CC=$(TARGET_CC)
CPP=$(TARGET_CC)
CCAS=$(TARGET_CC)
RANLIB=$(TARGET_RANLIB)
STRIP=$(TARGET_STRIP)
if COND_HAVE_FONT_SOURCE
TARGET_CFLAGS += -DUSE_ASCII_FALLBACK=1 -DHAVE_UNIFONT_WIDTHSPEC=1