From 5b6073e4661e79bc9d64e8c1fa97e22736968197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 5 Dec 2016 16:29:12 +0100 Subject: [PATCH] remove unused angstrom-eglibc.inc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/include/angstrom-eglibc.inc | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 conf/distro/include/angstrom-eglibc.inc diff --git a/conf/distro/include/angstrom-eglibc.inc b/conf/distro/include/angstrom-eglibc.inc deleted file mode 100644 index cefb876..0000000 --- a/conf/distro/include/angstrom-eglibc.inc +++ /dev/null @@ -1,23 +0,0 @@ -# eglibc: -PNBLACKLIST[libiconv] = "the eglibc provided iconv library is used" - -TARGET_OS = "linux" - -# sane-toolchain.inc has this, and explains the GNU and ABI suffices: -#TARGET_OS = "${@compute_os_portion_of_target_triplet(d)}" - -TARGET_OS .= "${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" -TARGET_OS .= "${@['','-gnuspe'][bb.data.getVar('TUNE_PKGARCH',d,1) in ['ppce500', 'ppce500v2']]}" - -# perl has some problems, see http://bugs.openembedded.net/show_bug.cgi?id=1616 -# [23:00] oxo: glibc (any version) on sparc does not like (repeat me) "-Os" - -FULL_OPTIMIZATION_pn-perl = "-O1 -g" - -TARGET_LINK_HASH_STYLE = "${@['-Wl,--hash-style=gnu',''][bb.data.getVar('TARGET_ARCH',d,1) in ['mips', 'mipsel', 'mips64', 'mips64el']]}" - -# We use gold as default linker for arm/x86 on eglibc based images -DISTRO_FEATURES_append_arm = " ld-is-gold" -DISTRO_FEATURES_append_x86 = " ld-is-gold" -DISTRO_FEATURES_append_x86-64 = " ld-is-gold" -