os-rtems.mak 445 B

1234567891011121314151617
  1. #
  2. # Global OS specific configurations for RTEMS OS.
  3. #
  4. # Thanks Zetron, Inc and Phil Torre <ptorre@zetron.com> for donating PJLIB
  5. # port to RTEMS.
  6. #
  7. export RTEMS_DEBUG := -ggdb3 -DRTEMS_DEBUG -DDEBUG -qrtems_debug
  8. export OS_CFLAGS := $(CC_DEF)PJ_RTEMS=1 \
  9. -B$(RTEMS_LIBRARY_PATH)/lib/ -specs bsp_specs -qrtems
  10. export OS_CXXFLAGS :=
  11. export OS_LDFLAGS := -B$(RTEMS_LIBRARY_PATH)/lib/ -specs bsp_specs -qrtems -lm
  12. export OS_SOURCES :=