blob: a7d902ad245e239d96551a11a7a50051649cf385 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
MK_NO_LORDER= true
AR= ar
AROPT = cr
LD= $(AR)
LDREL= $(AROPT)
LDOUT=
LDFLAGS=
enable_shared = no
DLSUFFIX = .so
CFLAGS_SL =
%$(DLSUFFIX): %.o
@echo 'cannot make shared object $@ from $<'
# Hack alert! Fix your compiler installation...
override CXXFLAGS +=-I/usr/local/lib/gcc-lib/i386-pc-qnx4/egcs-2.91.60/include/g++
|