grub: improve package requirement error, patch by Jim Cromie <jim.cromie@gmail.com>
SVN-Revision: 27109
This commit is contained in:
parent
72996d2dcb
commit
ee877c8ba3
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ ifeq ($(HOST_ARCH),x86_64)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call Require,working-gcc-m32, \
|
$(eval $(call Require,working-gcc-m32, \
|
||||||
Please install 32 bits development files. (gcc-multilib on Debian/Ubuntu, gcc.i686 and libgcc.i686 on CentOS/Fedora/RHEL) \
|
Please install 32 bit development files. (gcc-multilib on Debian/Ubuntu, gcc.i686, libgcc.i686, and glibc-devel.i686 on CentOS/Fedora/RHEL) \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call HostBuild))
|
$(eval $(call HostBuild))
|
||||||
|
|
Loading…
Reference in a new issue