[Angstrom-devel] Khem Raj : angstrom-bleeding: Enable gold as default linker on arm/x86/ x86_64
Angstrom Git Repos
ang-git at xora.vm.bytemark.co.uk
Fri Oct 7 12:23:27 CEST 2011
Module: meta-angstrom
Branch: master
Commit: 868594a7d9063a1d96f1764d75c472c7d520f3c6
Author: Khem Raj <raj.khem at gmail.com>
Date: Wed Oct 5 20:22:17 2011 -0700
angstrom-bleeding: Enable gold as default linker on arm/x86/x86_64
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
conf/distro/angstrom-bleeding.conf | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/conf/distro/angstrom-bleeding.conf b/conf/distro/angstrom-bleeding.conf
index 057c05f..795f43d 100644
--- a/conf/distro/angstrom-bleeding.conf
+++ b/conf/distro/angstrom-bleeding.conf
@@ -24,3 +24,10 @@ DISTRO_PR = ".10"
# set feed path variables
FEED_BASEPATH = "feeds/bleeding-core/${ANGSTROM_PKG_FORMAT}/${TCLIBC}/"
+
+DISTRO_FEATURES += "${LDISGOLD}"
+LDISGOLD_arm = "ld-is-gold"
+LDISGOLD_x86 = "ld-is-gold"
+LDISGOLD_x86_64 = "ld-is-gold"
+LDISGOLD = ""
+
More information about the Angstrom-distro-devel
mailing list