summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2011-08-23 12:09:22 +0100
committerPhil Blundell <philb@gnu.org>2011-08-23 12:09:22 +0100
commit08cda8f556c6dca498973094bd57ace4f1320281 (patch)
tree089e16fae5fe51dc78e3aede3af29649f0f168df
parent4442f69effbcdd4adaf1fd58fe8f149b6803e5c0 (diff)
downloadmeta-micro-08cda8f556c6dca498973094bd57ace4f1320281.tar.gz
micro: don't use gold on mips
-rw-r--r--conf/distro/micro.conf4
1 files changed, 3 insertions, 1 deletions
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