From c77b7e05cdfec2e2664ae49b3b8af22a7f6b2575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 29 Mar 2019 01:23:18 +0100 Subject: [PATCH] mortsgna-libc-glibc.inc: Remove TARGET_OS overrides MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/include/mortsgna-libc-glibc.inc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/conf/distro/include/mortsgna-libc-glibc.inc b/conf/distro/include/mortsgna-libc-glibc.inc index 51229ef..2b02695 100644 --- a/conf/distro/include/mortsgna-libc-glibc.inc +++ b/conf/distro/include/mortsgna-libc-glibc.inc @@ -1,10 +1,2 @@ # glibc: PNBLACKLIST[libiconv] = "the glibc 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'][d.getVar('TARGET_ARCH') in ['arm', 'armeb']]}" -TARGET_OS .= "${@['','-gnuspe'][d.getVar('TUNE_PKGARCH') in ['ppce500', 'ppce500v2']]}"