diff options
author | Douglas B Rupp <rupp@gnat.com> | 2002-08-05 18:53:16 +0000 |
---|---|---|
committer | Douglas Rupp <rupp@gcc.gnu.org> | 2002-08-05 18:53:16 +0000 |
commit | 84512347f7d7a86b25bff3805bf4263d5531909f (patch) | |
tree | 7eb6cab16c1c3dab24694768f13fad52f0d008df /gcc/config.gcc | |
parent | b3426eb9e2a4338775908629c6daf103baf8250e (diff) | |
download | gcc-84512347f7d7a86b25bff3805bf4263d5531909f.zip gcc-84512347f7d7a86b25bff3805bf4263d5531909f.tar.gz gcc-84512347f7d7a86b25bff3805bf4263d5531909f.tar.bz2 |
config.gcc (i[34567]86-*-interix*): Replace interix.o with winnt.o
2002-08-05 Douglas B Rupp <rupp@gnat.com>
* config.gcc (i[34567]86-*-interix*): Replace interix.o with winnt.o
* config/i386/i386-interix.h (TARGET_NOP_FUN_DLLIMPORT,
drectve_section): Define.
* config/i386/t-interix: Replace interix.o rule with winnt.o.
* config/i386/interix.c: Remove.
From-SVN: r56056
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 5b8e6ea..8476023 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1343,7 +1343,7 @@ i[34567]86-*-interix3*) xm_file="i386/xm-i386-interix.h" xm_defines=POSIX tmake_file="t-interix i386/t-interix" - extra_objs=interix.o + extra_objs=winnt.o xmake_file="x-interix" if test x$enable_threads = xyes ; then thread_file='posix' @@ -1357,7 +1357,7 @@ i[34567]86-*-interix*) xm_file="i386/xm-i386-interix.h" xm_defines=POSIX tmake_file="t-interix i386/t-interix" - extra_objs=interix.o + extra_objs=winnt.o if test x$enable_threads = xyes ; then thread_file='posix' fi |