All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: Remove the OBJCC variable from config-host.mak
@ 2021-07-06  7:19 Thomas Huth
  2021-07-06  7:31 ` Paolo Bonzini
  2021-07-06  7:32 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2021-07-06  7:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, pbonzini, peter.maydell

The last user of this variable has been removed in commit
660f793093 ("Makefile: inline the relevant parts of rules.mak"),
so we don't need this variable in config-host.mak anymore.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 configure | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index e799d908a3..068716a56c 100755
--- a/configure
+++ b/configure
@@ -5888,7 +5888,6 @@ if $iasl -h > /dev/null 2>&1; then
   echo "CONFIG_IASL=$iasl" >> $config_host_mak
 fi
 echo "CXX=$cxx" >> $config_host_mak
-echo "OBJCC=$objcc" >> $config_host_mak
 echo "AR=$ar" >> $config_host_mak
 echo "ARFLAGS=$ARFLAGS" >> $config_host_mak
 echo "AS=$as" >> $config_host_mak
-- 
2.27.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] configure: Remove the OBJCC variable from config-host.mak
  2021-07-06  7:19 [PATCH] configure: Remove the OBJCC variable from config-host.mak Thomas Huth
@ 2021-07-06  7:31 ` Paolo Bonzini
  2021-07-06  7:32 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2021-07-06  7:31 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, peter.maydell

On 06/07/21 09:19, Thomas Huth wrote:
> The last user of this variable has been removed in commit
> 660f793093 ("Makefile: inline the relevant parts of rules.mak"),
> so we don't need this variable in config-host.mak anymore.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

There's quite a few more: CXX, OBJCC, ARFLAGS, RANLIB, NM, PKG_CONFIG, 
WINDRES if I didn't miss anything.

Paolo

> ---
>   configure | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/configure b/configure
> index e799d908a3..068716a56c 100755
> --- a/configure
> +++ b/configure
> @@ -5888,7 +5888,6 @@ if $iasl -h > /dev/null 2>&1; then
>     echo "CONFIG_IASL=$iasl" >> $config_host_mak
>   fi
>   echo "CXX=$cxx" >> $config_host_mak
> -echo "OBJCC=$objcc" >> $config_host_mak
>   echo "AR=$ar" >> $config_host_mak
>   echo "ARFLAGS=$ARFLAGS" >> $config_host_mak
>   echo "AS=$as" >> $config_host_mak
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] configure: Remove the OBJCC variable from config-host.mak
  2021-07-06  7:19 [PATCH] configure: Remove the OBJCC variable from config-host.mak Thomas Huth
  2021-07-06  7:31 ` Paolo Bonzini
@ 2021-07-06  7:32 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-07-06  7:32 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, pbonzini, peter.maydell

On 7/6/21 9:19 AM, Thomas Huth wrote:
> The last user of this variable has been removed in commit
> 660f793093 ("Makefile: inline the relevant parts of rules.mak"),
> so we don't need this variable in config-host.mak anymore.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  configure | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-06  7:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06  7:19 [PATCH] configure: Remove the OBJCC variable from config-host.mak Thomas Huth
2021-07-06  7:31 ` Paolo Bonzini
2021-07-06  7:32 ` Philippe Mathieu-Daudé

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.