[Angstrom-devel] [PATCH 3/4] angstrom-bleeding: Enable gold as default linker on arm/x86/x86_64
Khem Raj
raj.khem at gmail.com
Thu Oct 6 05:22:17 CEST 2011
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
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 = ""
+
--
1.7.5.4
More information about the Angstrom-distro-devel
mailing list