* 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:
parent
3f7d9c8280
commit
0e8daad0bd
4 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue