mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 07:45:20 +08:00
Reworked score/cpu/i960 so it can be safely compiled multilib. All
routines and structures that require CPU model specific information are now in libcpu. This required significant rework of the score/cpu header files and the creation of multiple header files and subdirectories in libcpu/i960.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||
|
||||
RTEMS_CPU=i960
|
||||
RTEMS_CPU_MODEL=i960gdbsim
|
||||
RTEMS_CPU_MODEL=i960ka
|
||||
|
||||
# This is the actual bsp directory used during the build process.
|
||||
RTEMS_BSP_FAMILY=i960sim
|
||||
|
||||
Reference in New Issue
Block a user