Add IA32 option for emulation of i386 binaries on the ia64 platform.

This commit is contained in:
Doug Rabson 2002-04-10 19:35:50 +00:00
parent 5eb29d9b90
commit 989db74d57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94381
2 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,8 @@ ia64/acpica/acpi_machdep.c optional acpica
ia64/acpica/acpi_wakeup.c optional acpica
ia64/acpica/OsdEnvironment.c optional acpica
ia64/acpica/madt.c optional acpica
ia64/ia32/ia32_sysent.c optional ia32
ia64/ia32/imgact_ia32.c optional ia32
ia64/ia64/ia64-gdbstub.c optional ddb
ia64/ia64/ia64dump.c standard
ia64/ia64/autoconf.c standard

View file

@ -3,6 +3,8 @@
ITANIUM opt_global.h
IA32 opt_ia32.h
PAGE_SIZE_4K opt_global.h
PAGE_SIZE_8K opt_global.h
PAGE_SIZE_16K opt_global.h