* Patch: drop NEC v810 support
@ 2002-11-10 16:10 Nathanael Nerode
2002-11-11 8:55 ` Jim Wilson
0 siblings, 1 reply; 4+ messages in thread
From: Nathanael Nerode @ 2002-11-10 16:10 UTC (permalink / raw)
To: newlib, binutils, gdb-patches, gcc-patches, dj
After some investigation, it looks like v810 isn't really supported by any
subdirectory of gcc or src. The only one with any code for it is newlib,
I can't find any evidence that anyone's using it or that it works, and it
hasn't been updated since 1995.
Its configury fragment, toplevel config/mt-v810, is causing me trouble in
autoconfiscation. Therefore, this patch simply blows the target away.
If anyone is actually using newlib for the NEC v810, I expect them to tell
me how, so I can make some configury which is more reasonable than the
current one.
* configure.in (v810*): Remove support.
--- configure.in 2002-11-10 18:58:13.000000000 -0500
+++ configure.in.new 2002-11-10 18:57:40.000000000 -0500
@@ -608,9 +608,6 @@
;;
sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
;;
- v810-*-*)
- noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} opcodes target-libgloss ${libgcj}"
- ;;
v850-*-*)
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
;;
@@ -1111,9 +1108,6 @@
extra_arflags_for_target=
extra_nmflags_for_target=
case "${target}" in
- v810*)
- target_makefile_frag="config/mt-v810"
- ;;
i[3456]86-*-netware*)
target_makefile_frag="config/mt-netware"
;;
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Patch: drop NEC v810 support
2002-11-10 16:10 Patch: drop NEC v810 support Nathanael Nerode
@ 2002-11-11 8:55 ` Jim Wilson
2002-11-11 17:15 ` Nathanael Nerode
0 siblings, 1 reply; 4+ messages in thread
From: Jim Wilson @ 2002-11-11 8:55 UTC (permalink / raw)
To: Nathanael Nerode; +Cc: newlib, binutils, gdb-patches, gcc-patches, dj
It was a newlib only port, using the NEC compiler. It was a rather unusual
port, and one that we don't need to worry about now. Dropping the mt-v810
file is OK.
Dropping the port is OK too, but if we are doing that, then we may as well
delete the newlib bits. The main part is in the lib/sys/sysnec810 directory
and the newlib configure.host file, but there are various files with
#ifdef __v810__ in them to deal with NEC compiler specific issues. Use
"find . -type f | xargs grep v810" to find them. This isn't your problem
though, it is a problem for the newlib maintainers to worry about.
Jim
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Patch: drop NEC v810 support
2002-11-11 8:55 ` Jim Wilson
@ 2002-11-11 17:15 ` Nathanael Nerode
2002-11-11 17:15 ` Jim Wilson
0 siblings, 1 reply; 4+ messages in thread
From: Nathanael Nerode @ 2002-11-11 17:15 UTC (permalink / raw)
To: Jim Wilson; +Cc: newlib, binutils, gdb-patches, gcc-patches, dj
Jim Wilson wrote:
> It was a newlib only port, using the NEC compiler. It was a rather unusual
> port, and one that we don't need to worry about now. Dropping the mt-v810
> file is OK.
So if I submitted a patch which just did this, it could get approved easily?
* configure.in (v810*): Remove special setting of tools.
--- configure.in 2002-11-10 18:58:13.000000000 -0500
+++ configure.in.new 2002-11-10 18:57:40.000000000 -0500
@@ -1111,9 +1108,6 @@
extra_arflags_for_target=
extra_nmflags_for_target=
case "${target}" in
- v810*)
- target_makefile_frag="config/mt-v810"
- ;;
i[3456]86-*-netware*)
target_makefile_frag="config/mt-netware"
;;
> Dropping the port is OK too, but if we are doing that, then we may as well
> delete the newlib bits. The main part is in the lib/sys/sysnec810 directory
> and the newlib configure.host file, but there are various files with
> #ifdef __v810__ in them to deal with NEC compiler specific issues. Use
> "find . -type f | xargs grep v810" to find them. This isn't your problem
> though, it is a problem for the newlib maintainers to worry about.
>
> Jim
I just want to get through the autoconfiscation blockers.
--Nathanael
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Patch: drop NEC v810 support
2002-11-11 17:15 ` Nathanael Nerode
@ 2002-11-11 17:15 ` Jim Wilson
0 siblings, 0 replies; 4+ messages in thread
From: Jim Wilson @ 2002-11-11 17:15 UTC (permalink / raw)
To: Nathanael Nerode; +Cc: newlib, binutils, gdb-patches, gcc-patches, dj
> * configure.in (v810*): Remove special setting of tools.
This is OK.
Jim
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-11-11 21:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-10 16:10 Patch: drop NEC v810 support Nathanael Nerode
2002-11-11 8:55 ` Jim Wilson
2002-11-11 17:15 ` Nathanael Nerode
2002-11-11 17:15 ` Jim Wilson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox