blob: 8b8774e3a7a32b875461815130877ee2b877c5ef (
plain)
1
2
3
4
5
6
7
8
9
|
# x86 Interix. SHLINK is defined to be .dummy to avoid running into
# the lack of symbolic links.
SHLINK = .dummy
SHLIB = libstdc++.so
LIBS = $(ARLIB) $(SHLIB)
DEPLIBS = ../$(SHLIB)
SHFLAGS = $(PICFLAG)
|