From 8d7c98aac493d480c54da69f16e91457be763048 Mon Sep 17 00:00:00 2001 From: Brendan Chandler Date: Thu, 4 Feb 2021 12:00:37 -0600 Subject: [PATCH] Make RTEMS-pc386-qemu use RTEMS-pc386 rather than pc686 --- configure/os/CONFIG.Common.RTEMS-pc386-qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.RTEMS-pc386-qemu b/configure/os/CONFIG.Common.RTEMS-pc386-qemu index 29196ff65..07bf30e7c 100644 --- a/configure/os/CONFIG.Common.RTEMS-pc386-qemu +++ b/configure/os/CONFIG.Common.RTEMS-pc386-qemu @@ -7,6 +7,6 @@ # Include definitions from RTEMS-pc386 # For Tests overwrite it with pc686 -include $(CONFIG)/os/CONFIG.Common.RTEMS-pc686 +include $(CONFIG)/os/CONFIG.Common.RTEMS-pc386 RTEMS_QEMU_FIXUPS = YES