summaryrefslogtreecommitdiff
path: root/build/os-rtems.mak
blob: af99dbfc151f9a0b39024e170e5a3f7d5342d672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Global OS specific configurations for RTEMS OS.
#
# Thanks Zetron, Inc and Phil Torre <ptorre@zetron.com> for donating PJLIB
# port to RTEMS.
#
export RTEMS_DEBUG := -ggdb3 -DRTEMS_DEBUG -DDEBUG -qrtems_debug 

export OS_CFLAGS   := $(CC_DEF)PJ_RTEMS=1 \
	-B$(RTEMS_LIBRARY_PATH)/lib/ -specs bsp_specs -qrtems

export OS_CXXFLAGS := 

export OS_LDFLAGS  := -B$(RTEMS_LIBRARY_PATH)/lib/ -specs bsp_specs -qrtems  -lm

export OS_SOURCES  :=