aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/minimal.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-12-19 14:22:12 -0800
committerKhem Raj <raj.khem@gmail.com>2009-12-20 22:54:45 -0800
commit4c3fc5bbcd4ec69396b08b1f570df8a1f05a2259 (patch)
tree6e346c3e0d5eae4779b556db7f4971cb9f3bfa12 /conf/distro/minimal.conf
parent2b06bd7a61a7c284183b5fb10af80e9df4b27b61 (diff)
downloadopenembedded-4c3fc5bbcd4ec69396b08b1f570df8a1f05a2259.tar.gz
minimal: Add 'mplt' to DISTRO_FEATURES.
* As minimal-uclibc includes minimal conf the distro features get inherited. mplt is not supported on uclibc yet. So we should disable it for uclibc/mips based distros. * Add a note about overriding DISTRO_FEATURES. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
Diffstat (limited to 'conf/distro/minimal.conf')
-rw-r--r--conf/distro/minimal.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 1e9eec20f4..00397db047 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -28,6 +28,12 @@ DISTRO_FEATURES = "nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pc
# Following features are for ARM and E500 based machines
DISTRO_FEATURES += "eabi"
+# The following feature enables the MIPS ABI PLT extensions
+# This feature needs GCC 4.4 binutils 2.19 or glibc/eglibc 2.9
+# or higher
+
+DISTRO_FEATURES += "mplt"
+
#############################################################################
# LIBRARY NAMES
#############################################################################