This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: Guinness |
| 3 |
#@DESCRIPTION: Machine configuration for Linux running on a tyan 2462 mainboard (codenamed guinness) |
| 4 |
|
| 5 |
# i386 doesn't work with NPTL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html |
| 6 |
TARGET_ARCH = "i686" |
| 7 |
|
| 8 |
PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586" |
| 9 |
PREFERRED_PROVIDER_virtual/kernel = "linux-x86" |
| 10 |
PREFERRED_PROVIDER_xserver = "xserver-xorg" |
| 11 |
|
| 12 |
udevdir = "/dev" |
| 13 |
|
| 14 |
KERNEL_IMAGETYPE = "bzImage" |
| 15 |
|
| 16 |
OLDEST_KERNEL = "2.6.17" |
| 17 |
GLIBC_ADDONS = "nptl" |
| 18 |
GLIBC_EXTRA_OECONF = "--with-tls" |
| 19 |
|
| 20 |
MACHINE_FEATURES = "kernel26 usbhost ext2 pci acpi screen x86" |
| 21 |
|
| 22 |
#require conf/machine/include/tune-athlonmp.inc |