
RTEMS 5.x moved the PC BSP to 686. This commit makes the EPICS target match; RTEMS-pc386 and the -qemu variant can only be built when RTEMS_VERSION != 5, whereas RTEMS-pc686 and its -qemu version will only build when RTEMS_VERSION == 5 (there are checks with descriptive errors included). makeTestFile.pl was also reformatted and modified to use exec to run tests on non-Windows hosts as required by the Perl test harness.
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
# CONFIG.Common.RTEMS-pc686-qemu
|
|
#
|
|
# Definitions for the RTEMS-pc686-qemu target
|
|
# Site-specific overrides go in CONFIG_SITE.Common.RTEMS-pc686-qemu
|
|
#
|
|
#-------------------------------------------------------
|
|
|
|
# Include definitions from RTEMS-pc686
|
|
include $(CONFIG)/os/CONFIG.Common.RTEMS-pc686
|
|
|
|
RTEMS_QEMU_FIXUPS = YES
|