comparison sources/targets/i486/settings @ 1153:0b53de0d6eec

Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
author Rob Landley <rob@landley.net>
date Sat, 03 Jul 2010 23:05:49 -0500
parents 9141727b902a
children fb2c1618f1ba
comparison
equal deleted inserted replaced
1152:2f39d1bfb2fd 1153:0b53de0d6eec
15 TARGET_i386=y 15 TARGET_i386=y
16 CONFIG_486=y 16 CONFIG_486=y
17 UCLIBC_HAS_FPU=y 17 UCLIBC_HAS_FPU=y
18 " 18 "
19 19
20 LINUX_CONFIG="
21 CONFIG_M486=y
22 CONFIG_PM=y
23 CONFIG_ACPI=y
24 CONFIG_BLK_DEV_PIIX=y
25 CONFIG_NETDEV_1000=y
26 CONFIG_E1000=y
27 CONFIG_SERIAL_8250=y
28 CONFIG_SERIAL_8250_CONSOLE=y
29 "
30
20 emulator_command() 31 emulator_command()
21 { 32 {
22 echo qemu -cpu 486 $(qemu_defaults "$@") 33 echo qemu -cpu 486 $(qemu_defaults "$@")
23 } 34 }