diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-13 09:57:08 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-13 09:57:08 +0000 |
commit | ef3ab47f2b8bafc52617570f7cfa91ff2d29beab (patch) | |
tree | cbc547366cfc0f946a4235b8ca7d0cdbd6bb3499 /libgcc/config.host | |
parent | 934438078477ce4823b09c6cf92a6231dd69bbf3 (diff) | |
download | gcc-ef3ab47f2b8bafc52617570f7cfa91ff2d29beab.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176225 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 55f8a510766..6b6caffde95 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -369,7 +369,8 @@ i[34567]86-*-lynxos*) i[3456x]86-*-netware*) case /${with_ld} in */nwld) - tmake_file="${tmake_file} i386/t-nwld" + tmake_file="${tmake_file} i386/t-nwld i386/t-slibgcc-nwld" + extra_parts="${extra_parts} crt0.o libgcc.def libc.def libcpre.def posixpre.def" ;; esac ;; |