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=powerpc -msoft-float -D__ppc_generic
|
CPU_CFLAGS = -mcpu=powerpc -msoft-float
|
||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
CFLAGS_OPTIMIZE_V = -O2 -g
|
CFLAGS_OPTIMIZE_V = -O2 -g
|
||||||
|
|||||||
@@ -37,6 +37,8 @@ Note that the policy can still be defined by the application
|
|||||||
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK this feature is removed
|
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK this feature is removed
|
||||||
and a little memory is saved.])
|
and a little memory is saved.])
|
||||||
|
|
||||||
|
AC_DEFINE(__ppc_generic, 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