Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Neyman <stilor@att.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] ucl: Use -std=iso9899:1990 instead of -std=c90
Date: Wed, 25 Jan 2017 11:20:20 -0800	[thread overview]
Message-ID: <20170125192020.27140-1-stilor@att.net> (raw)

The shorter alias, -std=c90, is not known by older versions of GCC.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20631.

Signed-off-by: Alexey Neyman <stilor@att.net>
---
 package/ucl/ucl.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ucl/ucl.mk b/package/ucl/ucl.mk
index e4dc1b3..b183a13 100644
--- a/package/ucl/ucl.mk
+++ b/package/ucl/ucl.mk
@@ -10,6 +10,6 @@ UCL_LICENSE = GPLv2+
 UCL_LICENSE_FILES = COPYING
 
 # Fix ACC conformance test failure for host gcc 6.x
-HOST_UCL_CONF_ENV += CPPFLAGS="$(HOST_CPPFLAGS) -std=c90"
+HOST_UCL_CONF_ENV += CPPFLAGS="$(HOST_CPPFLAGS) -std=iso9899:1990"
 
 $(eval $(host-autotools-package))
-- 
2.9.3

             reply	other threads:[~2017-01-25 19:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-25 19:20 Alexey Neyman [this message]
2017-01-25 22:01 ` [Buildroot] [PATCH 1/1] ucl: Use -std=iso9899:1990 instead of -std=c90 Thomas Petazzoni
2017-01-25 23:56   ` Alexey Neyman
2017-01-26  8:00     ` Thomas Petazzoni
2017-01-26  7:59 ` 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=20170125192020.27140-1-stilor@att.net \
    --to=stilor@att.net \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox