mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 19:59:34 +08:00
10 lines
212 B
OCaml
10 lines
212 B
OCaml
|
# 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)
|
||
|
|