x86-interix.ml: New file.

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

From-SVN: r24914
This commit is contained in:
Mumit Khan 1999-01-30 07:09:11 +00:00 committed by Jeff Law
parent c9ffaa6386
commit 64e8166e7a
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -0,0 +1,9 @@
# 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)

View File

@ -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