summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_lynxos.GNU
blob: 1b9e5b4bd6c3a7c7d2a8becc720ccfe7bf710b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id$
# LynxOS with g++

debug = 1
static_libs_only = 1

CC              = gcc
CXX             = g++
CFLAGS          += -mthreads -pipe      #### -Wall -Wpointer-arith -Winline -O2
CCFLAGS         += $(CFLAGS) -fno-implicit-templates -fno-strict-prototype
DCFLAGS         += -g
DLD             = $(CXX)
LD              = $(CXX)
LIBS            += -lsocket -ldl -lgen -lnsl -lthread -lw
AR              = ar
ARFLAGS         = ruv
RANLIB          = @true
PRELIB          = @true