All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/libnss: remove check against GCC_AT_LEAST_4_8
Date: Mon, 16 Dec 2019 17:14:15 +0100	[thread overview]
Message-ID: <20191216161415.25869-1-giulio.benetti@benettiengineering.com> (raw)

NSS_ENABLE_WERROR=0 is already added by default to LIBNSS_BUILD_VARS
previously, so let's remove this check and set.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
This patch must be applied after this series:
https://patchwork.ozlabs.org/project/buildroot/list/?series=148093
---
 package/libnss/libnss.mk | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
index ae49dbe1b2..9349276a90 100644
--- a/package/libnss/libnss.mk
+++ b/package/libnss/libnss.mk
@@ -56,12 +56,6 @@ LIBNSS_BUILD_VARS = \
 	OS_TEST="$(LIBNSS_ARCH)" \
 	NSS_ENABLE_WERROR=0
 
-# #pragma usage needs gcc >= 4.8
-# See https://bugzilla.mozilla.org/show_bug.cgi?id=1226179
-ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_4_8),)
-LIBNSS_BUILD_VARS += NSS_ENABLE_WERROR=0
-endif
-
 ifeq ($(BR2_ARCH_IS_64),y)
 # MIPS64 n32 is treated as a 32-bit architecture by libnss.
 # See: https://bugzilla.mozilla.org/show_bug.cgi?id=1010730
-- 
2.20.1

             reply	other threads:[~2019-12-16 16:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-16 16:14 Giulio Benetti [this message]
2019-12-25 22:12 ` [Buildroot] [PATCH] package/libnss: remove check against GCC_AT_LEAST_4_8 Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191216161415.25869-1-giulio.benetti@benettiengineering.com \
    --to=giulio.benetti@benettiengineering.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.