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.
This commit is contained in:
parent
7dd4a573a9
commit
fc45fb586d
4 changed files with 29 additions and 4 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
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.
|
||||
|
||||
2009-05-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
xnu support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue