mvme5500: Move -Dxxx to configure.ac

Updates #3425.
This commit is contained in:
Joel Sherrill
2018-05-18 08:22:33 -05:00
parent 5aa8ac2c9d
commit beb44685af
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ RTEMS_BSP_FAMILY=mvme5500
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=7450 -mtune=7450 -Dmpc7455
CPU_CFLAGS = -mcpu=7450 -mtune=7450
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
@@ -33,6 +33,8 @@ Note that the policy can still be defined by the application
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK this feature is removed
and a little memory is saved.])
AC_DEFINE(mpc7455, 1, [PowerPC model option])
RTEMS_BSP_CLEANUP_OPTIONS
# Explicitly list all Makefiles here