diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-28 22:25:37 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-28 22:25:37 +0000 |
commit | 19dede3493a0b62b2a29b51d2cfbaa58e39ff187 (patch) | |
tree | c202a13cc6248ff6d5978baeef0bd1ae8d8e6fa5 /conf | |
parent | c6be5fd21864a7656d2a93e76dd906ae43571729 (diff) |
conf/machine/epia.conf : Add GLIBC_ADDONS = "nptl" and GLIBC_EXTRA_OECONF = "--with-tls" to
the epia machine
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/epia.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf index 1497e303c4..5a3b5875a3 100644 --- a/conf/machine/epia.conf +++ b/conf/machine/epia.conf @@ -6,9 +6,14 @@ PACKAGE_EXTRA_ARCHS = "i386 i486" PREFERRED_PROVIDER_virtual/kernel = "linux-epia" OLDEST_KERNEL = "2.6.5" +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" + IMAGE_FSTYPES = "ext2.gz" -MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" +MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" +MACHINE_TASK_PROVIDER = "task-base" + require conf/machine/include/tune-c3.conf |