diff mbox series

configure: Remove the OBJCC variable from config-host.mak

Message ID 20210706071934.1054496-1-thuth@redhat.com
State New
Headers show
Series configure: Remove the OBJCC variable from config-host.mak | expand

Commit Message

Thomas Huth July 6, 2021, 7:19 a.m. UTC
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(-)

Comments

Paolo Bonzini July 6, 2021, 7:31 a.m. UTC | #1
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
>
Philippe Mathieu-Daudé July 6, 2021, 7:32 a.m. UTC | #2
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>
diff mbox series

Patch

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