From 231cdb6bbdd3e9424519e4ddf05e5c31bc441bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 30 Sep 2018 14:20:00 +0200 Subject: [PATCH] mortsgna-musl: cleanup 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-musl.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/distro/include/mortsgna-musl.inc b/conf/distro/include/mortsgna-musl.inc index 130d745..194fcd4 100644 --- a/conf/distro/include/mortsgna-musl.inc +++ b/conf/distro/include/mortsgna-musl.inc @@ -1,8 +1,8 @@ # musl: -# The things uclibc can provide. We default to wanting uclibc to provide them. +# The things musl can provide. We default to wanting musl to provide them. # libc settings -DISTRO_FEATURES += "${@['', ' nls'][d.getVar('ENABLE_BINARY_LOCALE_GENERATION', d, 1) == '1']}" +DISTRO_FEATURES += "${@['', ' nls'][d.getVar('ENABLE_BINARY_LOCALE_GENERATION', 1) == '1']}" # FIXME: We enable IPv4 per default to avoid alot of breakage. # FIXME: Figure out an acceptable way to negotiate either # FIXME: desired features or hard requirements, either top-down or bottom-up. @@ -12,4 +12,4 @@ USE_NLS_glib-2.0 = "yes" USE_NLS_glib-2.0-native = "yes" USE_NLS_gcc-cross = "no" -TARGET_LINK_HASH_STYLE = "${@['-Wl,--hash-style=gnu',''][d.getVar('TARGET_ARCH',d,1) in ['mips', 'mipsel', 'mips64', 'mips64el', 'avr32']]}" +TARGET_LINK_HASH_STYLE = "${@['-Wl,--hash-style=gnu',''][d.getVar('TARGET_ARCH',1) in ['mips', 'mipsel', 'mips64', 'mips64el', 'avr32']]}"