mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:30:58 +08:00
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:
parent
c9ffaa6386
commit
64e8166e7a
@ -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.
|
||||
|
9
libstdc++/config/x86-interix.ml
Normal file
9
libstdc++/config/x86-interix.ml
Normal 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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user