mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 16:00:17 +00:00
@@ -7,8 +7,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||
RTEMS_CPU = powerpc
|
||||
|
||||
CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common -mstrict-align \
|
||||
-mspe -mabi=spe -mfloat-gprs=double \
|
||||
-D__ppc_generic
|
||||
-mspe -mabi=spe -mfloat-gprs=double
|
||||
|
||||
CFLAGS_OPTIMIZE_V = -O2 -g
|
||||
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
||||
|
||||
@@ -4,8 +4,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||
|
||||
RTEMS_CPU = powerpc
|
||||
|
||||
CPU_CFLAGS = -mcpu=e6500 -m32 -msdata=sysv -fno-common \
|
||||
-D__ppc_generic
|
||||
CPU_CFLAGS = -mcpu=e6500 -m32 -msdata=sysv -fno-common
|
||||
|
||||
CFLAGS_OPTIMIZE_V = -O2 -g
|
||||
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
||||
|
||||
@@ -5,8 +5,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||
|
||||
RTEMS_CPU = powerpc
|
||||
|
||||
CPU_CFLAGS = -mcpu=e6500 -m64 -fno-common \
|
||||
-D__ppc_generic
|
||||
CPU_CFLAGS = -mcpu=e6500 -m64 -fno-common
|
||||
|
||||
CFLAGS_OPTIMIZE_V = -O2 -g
|
||||
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
||||
|
||||
@@ -159,7 +159,7 @@ RTEMS_BSPOPTS_SET([QORIQ_BUS_CLOCK_DIVIDER],[qoriq_e6500*],[2])
|
||||
RTEMS_BSPOPTS_SET([QORIQ_BUS_CLOCK_DIVIDER],[*],[1])
|
||||
RTEMS_BSPOPTS_HELP([QORIQ_BUS_CLOCK_DIVIDER],[divider of the platform clock to get the clock most on-chip peripherals])
|
||||
|
||||
|
||||
AC_DEFINE(__ppc_generic, 1, [PowerPC model option])
|
||||
|
||||
RTEMS_BSP_CLEANUP_OPTIONS
|
||||
RTEMS_PPC_EXCEPTIONS
|
||||
|
||||
Reference in New Issue
Block a user