diff options
Diffstat (limited to 'conf/distro/minimal.conf')
-rw-r--r-- | conf/distro/minimal.conf | 6 |
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 ############################################################################# |