tqm8xx: Move -Dxxx to configure.ac

Updates #3425.
This commit is contained in:
Joel Sherrill
2018-05-16 09:58:13 -05:00
parent 3274ec7577
commit 3d43c475d6
2 changed files with 2 additions and 2 deletions

View File

@@ -6,8 +6,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=powerpc
CPU_CFLAGS = -mcpu=860 -Dmpc860 \
-mstrict-align -fno-strict-aliasing \
CPU_CFLAGS = -mcpu=860 -mstrict-align -fno-strict-aliasing \
-meabi -msdata=sysv -fno-common
# optimize flag: typically -O2

View File

@@ -87,6 +87,7 @@ RTEMS_BSPOPTS_HELP([BSP_USE_NETWORK_SCC],
[If defined, then the BSP will use the Serial Communications Controller (SCC1)
for 10MBit networking.])
AC_DEFINE(mpc860, 1, [PowerPC model option])
# Explicitly list a Makefile here
AC_CONFIG_FILES([Makefile])