2 conditional_include "common"
12 part_derivedsigs = *.o
18 platform_name = vxworks-6.4
19 project_type = DownloadableKernelModuleProject
20 platform_includes = $(WIND_BASE)/target/h $(WIND_BASE)/target/h/wrn/coreip
21 platform_makefilevars = WIND_BASE WIND_USR
22 wrprj_macros = VX_CPU_FAMILY CPU TOOL_FAMILY TOOL TOOL_PATH CC_ARCH_SPEC
23 buildspecs = PPC604gnu PPC603gnu PENTIUM4gnu PPC85XXgnu
24 default_buildspec = PPC604gnu
25 platform_asflags = -DCPU=$(CPU) -DTOOL_FAMILY=$(TOOL_FAMILY) -DTOOL=$(TOOL) -D_WRS_KERNEL
26 platform_cxxflags = -DCPU=$(CPU) -DTOOL_FAMILY=$(TOOL_FAMILY) -DTOOL=$(TOOL) -D_WRS_KERNEL
27 platform_ccflags = -DCPU=$(CPU) -DTOOL_FAMILY=$(TOOL_FAMILY) -DTOOL=$(TOOL) -D_WRS_KERNEL
28 librarian_objects = @$(PRJ_ROOT_DIR)/filelist.txt
29 exe_buildtool = Linker
30 project_type_macro = DKM
36 // ***********************************************************************
37 // Build Specs Section
38 // ***********************************************************************
41 cc_arch_spec = -mcpu=603 -mstrict-align -mno-implicit-fp -D_WRS_HARDWARE_FP -mlongcall
50 cxx_flags = -ansi -Wall -MD -MP -fexceptions -frtti -fweak -Wunused
52 cxx_nondbgflags = -O2 -fstrength-reduce -fno-builtin
53 ass_flags = -ansi -xassembler-with-cpp -MD -MP
55 ass_nondbgflags = -O2 -fstrength-reduce -fno-builtin
56 c_flags = -Wall -MD -MP
58 c_nondbgflags = -O2 -fstrength-reduce -fno-builtin
65 linker_flags = -T $(WIND_BASE)/target/h/tool/gnu/ldscripts/link.OUT
67 linker_nondbgflags = -O2 -fstrength-reduce -fno-builtin
71 cc_arch_spec = -mcpu=8540 -mstrict-align -msoft-float -mabi=no-spe -mlongcall
80 cxx_flags = -ansi -Wall -MD -MP -fexceptions -frtti -fweak -Wunused
82 cxx_nondbgflags = -O2 -fstrength-reduce -fno-builtin
83 ass_flags = -ansi -xassembler-with-cpp -MD -MP
85 ass_nondbgflags = -O2 -fstrength-reduce -fno-builtin
86 c_flags = -Wall -MD -MP
88 c_nondbgflags = -O2 -fstrength-reduce -fno-builtin
95 linker_flags = -T $(WIND_BASE)/target/h/tool/gnu/ldscripts/link.OUT
97 linker_nondbgflags = -O2 -fstrength-reduce -fno-builtin
101 cc_arch_spec = -mcpu=604 -mstrict-align -mno-implicit-fp -mlongcall
110 cxx_flags = -ansi -Wall -MD -MP -fexceptions -frtti -fweak -Wunused
112 cxx_nondbgflags = -O2 -fstrength-reduce -fno-builtin
113 ass_flags = -ansi -xassembler-with-cpp -MD -MP
115 ass_nondbgflags = -O2 -fstrength-reduce -fno-builtin
116 c_flags = -Wall -MD -MP
118 c_nondbgflags = -O2 -fstrength-reduce -fno-builtin
125 linker_flags = -T $(WIND_BASE)/target/h/tool/gnu/ldscripts/link.OUT
127 linker_nondbgflags = -O2 -fstrength-reduce -fno-builtin
131 cc_arch_spec = -mtune=pentium4 -march=pentium4
135 vx_cpu_family = pentium
140 cxx_flags = -ansi -Wall -MD -MP -fexceptions -frtti -fweak -Wunused
142 cxx_nondbgflags = -O2 -nostdlib -fno-builtin -fno-defer-pop -mno-sse -mno-sse2
143 ass_flags = -ansi -xassembler-with-cpp -MD -MP
145 ass_nondbgflags = -O2 -nostdlib -fno-builtin -fno-defer-pop -mno-sse -mno-sse2
146 c_flags = -Wall -MD -MP
148 c_nondbgflags = -O2 -nostdlib -fno-builtin -fno-defer-pop -mno-sse -mno-sse2
155 linker_flags = -T $(WIND_BASE)/target/h/tool/gnu/ldscripts/link.OUT
157 linker_nondbgflags = -O2 -nostdlib -fno-builtin -fno-defer-pop -mno-sse -mno-sse2
160 conditional_include "user_wb26dll"