]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
x86-interix.ml: New file.
authorMumit Khan <khan@xraylith.wisc.edu>
Sat, 30 Jan 1999 07:09:11 +0000 (07:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 30 Jan 1999 07:09:11 +0000 (00:09 -0700)
* config/x86-interix.ml: New file.
* configure.in (i[3456]86-*-interix*): Add shared library support.

From-SVN: r24914

libstdc++/ChangeLog
libstdc++/config/x86-interix.ml [new file with mode: 0644]
libstdc++/configure.in

index 6b4750748e448c4d64231998717db7ea469eaeb8..4694c3d3bbccf1de836f78ffd289388e719def4e 100644 (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.
diff --git a/libstdc++/config/x86-interix.ml b/libstdc++/config/x86-interix.ml
new file mode 100644 (file)
index 0000000..8b8774e
--- /dev/null
@@ -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)
+
index 6c2e13a2af5540e15f8146a65bdf74d47628fd9f..9f0f0a2f3dac3b8cbfe14bfdf6b163959c4d746f 100644 (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