qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: Do not display host compilers as cross-compilers
@ 2018-07-04 14:30 Philippe Mathieu-Daudé
  2018-07-04 14:45 ` Cornelia Huck
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-07-04 14:30 UTC (permalink / raw)
  To: Alex Bennée, Dr . David Alan Gilbert,
	Daniel P . Berrangé
  Cc: Philippe Mathieu-Daudé, qemu-devel, Richard Henderson

This silent (since d75402b5ee2):

  ./configure
  [...]
  NOTE: cross-compilers enabled:  'cc'

Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reported-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index b99ebdde24..fbb53ab6bb 100755
--- a/configure
+++ b/configure
@@ -7328,7 +7328,7 @@ echo "QEMU_CFLAGS+=$cflags" >> $config_target_mak
 
 done # for target in $targets
 
-if test -n "$enabled_cross_compilers"; then
+if test -n "$target_compiler" -a -n "$enabled_cross_compilers"; then
     echo
     echo "NOTE: cross-compilers enabled: $enabled_cross_compilers"
 fi
-- 
2.18.0

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

end of thread, other threads:[~2018-07-04 18:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-04 14:30 [Qemu-devel] [PATCH] configure: Do not display host compilers as cross-compilers Philippe Mathieu-Daudé
2018-07-04 14:45 ` Cornelia Huck
2018-07-04 15:41 ` Alex Bennée
2018-07-04 15:48   ` Daniel P. Berrangé
2018-07-04 16:21     ` Alex Bennée
2018-07-04 16:26       ` Daniel P. Berrangé
2018-07-04 16:36         ` Philippe Mathieu-Daudé
2018-07-04 18:12 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).