From 0126e157b87f137fc08dc7f46f6c291b9d06ac5d Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Wed, 26 May 1999 13:38:57 +0000 Subject: egcs projects compiler system Exact copy of the snapshot, except for the removal of texinfo/ gcc/ch/ libchill/ --- gnu/egcs/libstdc++/config/irix5.ml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gnu/egcs/libstdc++/config/irix5.ml (limited to 'gnu/egcs/libstdc++/config/irix5.ml') diff --git a/gnu/egcs/libstdc++/config/irix5.ml b/gnu/egcs/libstdc++/config/irix5.ml new file mode 100644 index 00000000000..055c832c26e --- /dev/null +++ b/gnu/egcs/libstdc++/config/irix5.ml @@ -0,0 +1,6 @@ +# We don't need -fpic on IRIX, so let's install both the shared and +# non-shared versions. + +LIBS = $(ARLIB) $(ARLINK) $(SHLIB) $(SHLINK) +DEPLIBS = ../$(SHLIB) +SHDEPS = -lm -- cgit v1.2.3