]> git.ipfire.org Git - thirdparty/grub.git/commit
2009-05-03 Bean <bean123ch@gmail.com>
authorbean <bean@localhost>
Sun, 3 May 2009 06:39:37 +0000 (06:39 +0000)
committerbean <bean@localhost>
Sun, 3 May 2009 06:39:37 +0000 (06:39 +0000)
commitfc45fb586d282bf658cde046fdc6a17f5f4e4aa0
treedaed187fde1c395529749b7d7e4aaee600fcf5b3
parent7dd4a573a9568fa7f778f13c61384cbea3488612
2009-05-03  Bean  <bean123ch@gmail.com>

* Makefile.in (enable_efiemu): New variable.

* conf/i386-pc.rmk: Only compile efiemu runtimes when enable_efiemu is
set.
(efiemu32.o): Use macro $< for source file, add $(srcdir) to include
path.
(efi64_c.o): Use macro $< for source file, add $(srcdir) to include
path, add -mno-red-zone option.
(efiemu64_s.o): Likewise.
(efiemu64.o): Use macro $^ for source file.

* configure.ac (--enable-efiemu): New option.
ChangeLog
Makefile.in
conf/i386-pc.rmk
configure.ac