Commit 64e8166e by Mumit Khan Committed by Jeff Law

x86-interix.ml: New file.

	
	* config/x86-interix.ml: New file.
	* configure.in (i[3456]86-*-interix*): Add shared library support.

From-SVN: r24914
parent c9ffaa63
Sat Jan 30 08:05:46 1999 Mumit Khan <khan@xraylith.wisc.edu>
* config/x86-interix.ml: New file.
* configure.in (i[3456]86-*-interix*): Add shared library support.
1999-01-13 Ulrich Drepper <drepper@cygnus.com>
* configure.in: Test for "ln -s" and set LN_S in generated Makefile.
......
# 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)
......@@ -67,6 +67,7 @@ if [ "${shared}" = "yes" ]; then
*-*-solaris*) frags="${frags} sol2shm.ml" ;;
*-*-sunos4*) frags="${frags} sunos4.ml" ;;
*-*-aix*) frags="${frags} aix.ml" ;;
i[3456]86-*-interix*) frags="${frags} x86-interix.ml" ;;
esac
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment