chiark / gitweb /
Makefile: Use buster's Qemu on stretch.
[distorted-chroot] / Makefile
index 3b431a286b10cb2942a0f73c4427df6019c17fb2..79495a4bea0d76b8b195d13772ed301d630bdf0a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -178,6 +178,10 @@ arm64_QEMUHOST              = $(64BIT_QEMUHOST)
 i386_QEMUHOST           = $(32BIT_QEMUHOST)
 amd64_QEMUHOST          = $(64BIT_QEMUHOST)
 
+## Which distribution of Qemu to use.
+CONFIG_VARS            += $(foreach d,$(DISTS),$d_QEMUDIST)
+stretch_QEMUDIST        = buster
+
 ## Qemu architecture names.  These tell us which Qemu binary to use for a
 ## particular Debian architecture.
 CONFIG_VARS            += $(foreach a,$(FOREIGN_ARCHS),$a_QEMUARCH)