qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Thomas Huth
Subject: [PATCH] configure: Remove the OBJCC variable from config-host.mak
Date: Tue, 6 Jul 2021 09:19:34 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]