Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/3] gcc: configs: rename BR2_EXTRA_GCC_CONFIG_OPTIONS
Date: Mon, 8 Aug 2016 19:45:57 +0200	[thread overview]
Message-ID: <20160808174557.GE5876@free.fr> (raw)
In-Reply-To: <1470424841-42951-1-git-send-email-pgynther@google.com>

Petri, All,

On 2016-08-05 12:20 -0700, Petri Gynther spake thusly:
> Rename BR2_EXTRA_GCC_CONFIG_OPTIONS to BR2_GCC_EXTRA_CONFIG_OPTIONS
> to be consistent with BR2_GCC_* and BR2_BINUTILS_EXTRA_CONFIG_OPTIONS.
> 
> Signed-off-by: Petri Gynther <pgynther@google.com>

When you re-send patches, please resend the full series, not just the
updated patches.

Re-sending only the updated patches makes it difficult to follow,
because the un-modified patches are not in the same thread.

Can you re-send the full series with all three patches, please?

Regards,
Yann E. MORIN.

> ---
>  Config.in.legacy                       | 14 ++++++++++++++
>  package/gcc/Config.in.host             |  3 ++-
>  package/gcc/gcc-final/gcc-final.mk     |  2 +-
>  package/gcc/gcc-initial/gcc-initial.mk |  2 +-
>  4 files changed, 18 insertions(+), 3 deletions(-)
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index 746b80a..4287b61 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -143,6 +143,20 @@ comment "----------------------------------------------------"
>  endif
>  
>  ###############################################################################
> +comment "Legacy options removed in master"
> +
> +config BR2_EXTRA_GCC_CONFIG_OPTIONS
> +	string "gcc extra config options has been renamed"
> +	default ""
> +	help
> +	  BR2_EXTRA_GCC_CONFIG_OPTIONS has been renamed to BR2_GCC_EXTRA_CONFIG_OPTIONS
> +
> +config BR2_EXTRA_GCC_CONFIG_OPTIONS_WRAP
> +	bool
> +	default y if BR2_EXTRA_GCC_CONFIG_OPTIONS != ""
> +	select BR2_LEGACY
> +
> +###############################################################################
>  comment "Legacy options removed in 2016.08"
>  
>  config BR2_PACKAGE_SYSTEMD_COMPAT
> diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
> index 2b54959..ec272d2 100644
> --- a/package/gcc/Config.in.host
> +++ b/package/gcc/Config.in.host
> @@ -109,8 +109,9 @@ config BR2_GCC_VERSION
>  	default "6.1.0" if BR2_GCC_VERSION_6_X
>  	default "arc-2016.09-eng007" if BR2_GCC_VERSION_4_8_ARC
>  
> -config BR2_EXTRA_GCC_CONFIG_OPTIONS
> +config BR2_GCC_EXTRA_CONFIG_OPTIONS
>  	string "Additional gcc options"
> +	default BR2_EXTRA_GCC_CONFIG_OPTIONS if BR2_EXTRA_GCC_CONFIG_OPTIONS != ""
>  	default ""
>  	help
>  	  Any additional gcc configure options you may want to
> diff --git a/package/gcc/gcc-final/gcc-final.mk b/package/gcc/gcc-final/gcc-final.mk
> index 284d34c..0c0ab35 100644
> --- a/package/gcc/gcc-final/gcc-final.mk
> +++ b/package/gcc/gcc-final/gcc-final.mk
> @@ -90,7 +90,7 @@ endif
>  # End with user-provided options, so that they can override previously
>  # defined options.
>  HOST_GCC_FINAL_CONF_OPTS += \
> -	$(call qstrip,$(BR2_EXTRA_GCC_CONFIG_OPTIONS))
> +	$(call qstrip,$(BR2_GCC_EXTRA_CONFIG_OPTIONS))
>  
>  HOST_GCC_FINAL_CONF_ENV = \
>  	$(HOST_GCC_COMMON_CONF_ENV)
> diff --git a/package/gcc/gcc-initial/gcc-initial.mk b/package/gcc/gcc-initial/gcc-initial.mk
> index 1e58d8b..0fba9fb 100644
> --- a/package/gcc/gcc-initial/gcc-initial.mk
> +++ b/package/gcc/gcc-initial/gcc-initial.mk
> @@ -47,7 +47,7 @@ HOST_GCC_INITIAL_CONF_OPTS = \
>  	--with-newlib \
>  	--disable-largefile \
>  	--disable-nls \
> -	$(call qstrip,$(BR2_EXTRA_GCC_CONFIG_OPTIONS))
> +	$(call qstrip,$(BR2_GCC_EXTRA_CONFIG_OPTIONS))
>  
>  HOST_GCC_INITIAL_CONF_ENV = \
>  	$(HOST_GCC_COMMON_CONF_ENV)
> -- 
> 2.8.0.rc3.226.g39d4020
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

      parent reply	other threads:[~2016-08-08 17:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-05 19:20 [Buildroot] [PATCH v2 2/3] gcc: configs: rename BR2_EXTRA_GCC_CONFIG_OPTIONS Petri Gynther
2016-08-05 19:20 ` [Buildroot] [PATCH v2 3/3] uclibc: configs: rename BR2_PTHREAD_DEBUG Petri Gynther
2016-08-08 17:45 ` Yann E. MORIN [this message]

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=20160808174557.GE5876@free.fr \
    --to=yann.morin.1998@free.fr \
    --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