summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.sco
blob: 499dd53a7e6c8872e3d3b913edf20ce4e459917d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AROPT = cr
export_dynamic = -Wl,-Bexport

DLSUFFIX = .so
ifeq ($(GCC), yes)
CFLAGS_SL = -fpic
else
CFLAGS_SL = -K PIC
endif

%.so: %.o
	$(LD) -G -Bdynamic -o $@ $<