blob: af99dbfc151f9a0b39024e170e5a3f7d5342d672 [file] [log] [blame]
Benny Prijono42c5b9e2006-05-10 19:24:40 +00001#
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
Benny Prijonoc4c61d02006-08-20 20:47:34 +000014export OS_LDFLAGS := -B$(RTEMS_LIBRARY_PATH)/lib/ -specs bsp_specs -qrtems -lm
Benny Prijono42c5b9e2006-05-10 19:24:40 +000015
16export OS_SOURCES :=
17