* cp-tree.h (build_enumerator): Change prototype.
[official-gcc.git] / libstdc++ / config / sunos4.ml
blob3c5de27ab50848aee61ae9e2e9b6d5cf48e05257
1 # SunOS doesn't provide a shared libm, so we have to link with the archive
2 # library, even for programs that don't use complex.
3 # SunOS requires a version number in shared library filenames.
5 LIBS = $(ARLIB) $(ARLINK) $(SHLIB)
6 SHFLAGS = $(PICFLAG)
7 DEPLIBS = ../$(SHLIB)
8 LDLIBS = -L.. -lstdc++ -lm
9 MLDLIBS = -L.. -lstdc++ -lm