grub/grub-core/kern/emu
Vladimir 'phcoder' Serbinenko 7b780018f5 Handle grub-pe2elf and grub-mkfont for cases when build != host.
* Makefile.am (build-grub-mkfont): Don't include gnulib.
	(build-grub-gen-asciih): Likewise.
	(build-grub-gen-widthspec): Likewise.
	* Makefile.util.def (grub-pe2elf): Remove.
	* config.h.in [GRUB_BUILD]: Use build rather than host constants.
	* configure.ac: Separate tests for build.
	Move ./build-grub-pe2elf to grub-core.
	Fix typo.
	* grub-core/Makefile.am (build-grub-pe2elf): New target.
	* grub-core/kern/emu/misc.c (xasprintf): Don't compile if GRUB_BUILD is
	defined.
	* include/grub/types.h [GRUB_BUILD]: Use build rather than host
	constants.
	* util/grub-mkfont.c [GRUB_BUILD]: Simplify not to rely on argp.
	* util/grub-pe2elf.c: Simplify not to rely on getopt.
	* util/misc.c (program_name) [GRUB_BUILD]: Define to static string.
2013-08-22 17:00:59 +02:00
..
argp_common.c Import new gnulib. 2013-04-11 21:12:46 +02:00
cache.c Succesfully loaded return-only module on ia64-emu 2011-01-02 14:09:58 +01:00
cache_s.S Fix autogen 2011-01-03 00:30:26 +01:00
error.c Import new gnulib. 2013-04-11 21:12:46 +02:00
full.c Make 'make check' work on emu. 2013-04-27 02:00:16 +02:00
hostdisk.c * grub-core/kern/emu/hostdisk.c (grub_util_get_fd_size): Adapt for 2013-08-22 16:50:12 +02:00
hostfs.c * grub-core/kern/emu/hostdisk.c (grub_util_get_fd_size): Adapt for 2013-08-22 16:50:12 +02:00
lite.c Make 'make check' work on emu. 2013-04-27 02:00:16 +02:00
main.c Make 'make check' work on emu. 2013-04-27 02:00:16 +02:00
misc.c Handle grub-pe2elf and grub-mkfont for cases when build != host. 2013-08-22 17:00:59 +02:00
mm.c * grub-core/kern/emu/mm.c (grub_memalign): Don't define if there is no 2013-08-22 16:16:29 +02:00
time.c automake commit without merge history 2010-05-06 11:34:04 +05:30