blob: af99dbfc151f9a0b39024e170e5a3f7d5342d672 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001#
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#
7export RTEMS_DEBUG := -ggdb3 -DRTEMS_DEBUG -DDEBUG -qrtems_debug
8
9export OS_CFLAGS := $(CC_DEF)PJ_RTEMS=1 \
10 -B$(RTEMS_LIBRARY_PATH)/lib/ -specs bsp_specs -qrtems
11
12export OS_CXXFLAGS :=
13
14export OS_LDFLAGS := -B$(RTEMS_LIBRARY_PATH)/lib/ -specs bsp_specs -qrtems -lm
15
16export OS_SOURCES :=
17