From 08cda8f556c6dca498973094bd57ace4f1320281 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 23 Aug 2011 12:09:22 +0100 Subject: micro: don't use gold on mips --- conf/distro/micro.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index 61e98b6..946ab22 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -18,7 +18,9 @@ DISTRO_VERSION = "${SRCDATE}" ############################################################################# # DISTRO FEATURE SELECTION ############################################################################# -DISTRO_FEATURES = "eabi ipv6 ipv4 largefile thumb-interwork xattr ld-is-gold ${DISTRO_FEATURES_LIBC}" +MICRO_GOLD = "ld-is-gold" +MICRO_GOLD_mips = "" +DISTRO_FEATURES = "eabi ipv6 ipv4 largefile thumb-interwork xattr ${MICRO_GOLD} ${DISTRO_FEATURES_LIBC}" ############################################################################# # LIBRARY NAMES -- cgit 1.2.3-korg