forked from Imagelibrary/rtems
@@ -6,8 +6,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
|||||||
|
|
||||||
RTEMS_CPU=powerpc
|
RTEMS_CPU=powerpc
|
||||||
|
|
||||||
CPU_CFLAGS = -mcpu=860 -Dmpc860 \
|
CPU_CFLAGS = -mcpu=860 -mstrict-align -fno-strict-aliasing \
|
||||||
-mstrict-align -fno-strict-aliasing \
|
|
||||||
-meabi -msdata=sysv -fno-common
|
-meabi -msdata=sysv -fno-common
|
||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
|
|||||||
@@ -87,6 +87,7 @@ RTEMS_BSPOPTS_HELP([BSP_USE_NETWORK_SCC],
|
|||||||
[If defined, then the BSP will use the Serial Communications Controller (SCC1)
|
[If defined, then the BSP will use the Serial Communications Controller (SCC1)
|
||||||
for 10MBit networking.])
|
for 10MBit networking.])
|
||||||
|
|
||||||
|
AC_DEFINE(mpc860, 1, [PowerPC model option])
|
||||||
|
|
||||||
# Explicitly list a Makefile here
|
# Explicitly list a Makefile here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|||||||
Reference in New Issue
Block a user