summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_vxworks5.x_ghs.GNU
blob: 9c48bbd6d6dd73339a84e0361a5bfc6fc88d7254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$

# VxWorks 5.2-5.3.1 with Green Hills 1.8.8

debug = 1
shared_libs =
static_libs = 1

CC              = cxvxppc
CXX             = $(CC)
CCFLAGS         += $(CFLAGS) --no_rtti -tnone
DCFLAGS         += -g
DLD             = $(CXX)
LD              = $(CXX)
LDFLAGS         = --no_auto_instantiation
LIBS            += /appl/newgreen/vxppc603/ghsbltin.o /appl/newgreen/vxppc603/ghsmath.o
PIC             =
AR              = ax
ARFLAGS         = rv
RANLIB          = /bin/true