Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 13 Jul 2011 09:57:08 +0000 (09:57 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 13 Jul 2011 09:57:08 +0000 (09:57 +0000)
commit2d1efe2d2d19872257bffb1561838805eb5f4fab
treecbc547366cfc0f946a4235b8ca7d0cdbd6bb3499
parent09df293c7aa620c7c5494c7d7dbab2be2da0b040
Makefile.in (CRT0STUFF_T_CFLAGS): Remove.

gcc:
* Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
($(T)crt0.o, $(T)mcrt0.o, s-crt0): Remove.
* config/i386/netware-crt0.c: Move to ../libgcc/config/i386.
* config/i386/t-nwld (CRTSTUFF_T_CFLAGS, CRT0STUFF_T_CFLAGS): Remove.
(CRT0_S, MCRT0_S): Remove.
($(T)libgcc.def, $(T)libc.def, $(T)libcpre.def, $(T)posixpre.def):
Remove.
(s-crt0): Remove.
* config.gcc (i[3456x]86-*-netware*): Remove extra_parts.

libgcc:
* config/i386/netware-crt0.c: New file.
* config/i386/t-nwld: Rename to ...
* config/i386/t-slibgcc-nwld: ... this.
* config/i386/t-nwld: New file.
* config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
tmake_file.
Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
extra_parts.

From-SVN: r176225
gcc/ChangeLog
gcc/Makefile.in
gcc/config.gcc
gcc/config/i386/netware-crt0.c [deleted file]
gcc/config/i386/t-nwld
libgcc/ChangeLog
libgcc/config.host
libgcc/config/i386/netware-crt0.c [new file with mode: 0644]
libgcc/config/i386/t-nwld
libgcc/config/i386/t-slibgcc-nwld [new file with mode: 0644]