forked from Imagelibrary/rtems
@@ -9,7 +9,7 @@ RTEMS_CPU=powerpc
|
|||||||
# This contains the compiler options necessary to select the CPU model
|
# This contains the compiler options necessary to select the CPU model
|
||||||
# and (hopefully) optimize for it.
|
# and (hopefully) optimize for it.
|
||||||
#
|
#
|
||||||
CPU_CFLAGS = -mcpu=403 -Dppc405 -meabi -msdata=sysv -fno-common
|
CPU_CFLAGS = -mcpu=403 -meabi -msdata=sysv -fno-common
|
||||||
|
|
||||||
# optimize flag: typically -0, could use -O4 or -fast
|
# optimize flag: typically -0, could use -O4 or -fast
|
||||||
# -O4 is ok for RTEMS
|
# -O4 is ok for RTEMS
|
||||||
|
|||||||
@@ -36,6 +36,8 @@ VIRTEX_REGION([VIRTEX_FAST_RAM_LENGTH],[fast RAM region length],[0x0])
|
|||||||
VIRTEX_REGION([VIRTEX_RESET_ORIGIN],[reset region origin],[0x7ffffec])
|
VIRTEX_REGION([VIRTEX_RESET_ORIGIN],[reset region origin],[0x7ffffec])
|
||||||
VIRTEX_REGION([VIRTEX_RESET_LENGTH],[reset region length],[0x14])
|
VIRTEX_REGION([VIRTEX_RESET_LENGTH],[reset region length],[0x14])
|
||||||
|
|
||||||
|
AC_DEFINE(ppc405, 1, [PowerPC model option])
|
||||||
|
|
||||||
RTEMS_BSP_CLEANUP_OPTIONS
|
RTEMS_BSP_CLEANUP_OPTIONS
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
|
|||||||
Reference in New Issue
Block a user