diff options
Diffstat (limited to 'libstdc++/config/elf.ml')
-rw-r--r-- | libstdc++/config/elf.ml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libstdc++/config/elf.ml b/libstdc++/config/elf.ml deleted file mode 100644 index bd711de..0000000 --- a/libstdc++/config/elf.ml +++ /dev/null @@ -1,8 +0,0 @@ -# Elf without shared libm -- we have to link with the archive library, even -# for programs that don't use complex. - -LIBS = $(ARLIB) $(ARLINK) $(SHLIB) $(SHLINK) -SHFLAGS = -h $(SHLIB) -DEPLIBS = ../$(SHLIB) -LDLIBS = -L.. -lstdc++ -lm -MLDLIBS = -L.. -lstdc++ -lm |