diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-12 17:14:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-12 17:14:32 +0000 |
commit | 53fe93461767e458062307dbc5848277bf2490db (patch) | |
tree | 0d1ab3d23edfe46c990ad2720a6e033be4b2467b /gdb/MAINTAINERS | |
parent | 6849c52f0a5db1d4d89aac4e01e725c604977e67 (diff) | |
download | gdb-53fe93461767e458062307dbc5848277bf2490db.zip gdb-53fe93461767e458062307dbc5848277bf2490db.tar.gz gdb-53fe93461767e458062307dbc5848277bf2490db.tar.bz2 |
* MAINTAINERS: Mention --enable-sim-build-warnings.
(m68hc11-elf): Disable sim build warnings.
(m32r-elf): Mark as broken obsolete candidate.
(x86_64-linux-gnu): Mark as buildable with -Werror.
(arm-elf): Change -w to ``,'' which enables warnings but not
-Werror.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index d524bb7..f2e4485 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -63,7 +63,7 @@ maintainer works with the native maintainer when resolving API issues. Maintenance only OBSOLETE candidate, not multi-arch - arm --target=arm-elf -w + arm --target=arm-elf , Fernando Nasser fnasser@redhat.com Scott Bambrough scottb@netwinder.org Richard Earnshaw rearnsha@arm.com @@ -107,11 +107,11 @@ maintainer works with the native maintainer when resolving API issues. ia64 --target=ia64-linux ,-Werror Kevin Buettner kevinb@redhat.com - m32r --target=m32r-elf -Werror + m32r (--target=m32r-elf broken) Michael Snyder msnyder@redhat.com - Not multi-arch + OBSOLETE candidate, not multi-arch - m68hc11 --target=m68hc11-elf ,-Werror + m68hc11 --target=m68hc11-elf ,-Werror , Stephane Carrez stcarrez@nerim.fr m68k --target=m68k-elf ,-Werror @@ -167,7 +167,7 @@ maintainer works with the native maintainer when resolving API issues. w65 Deleted. - x86-64 (--target=x86_64-linux-gnu broken) + x86-64 --target=x86_64-linux-gnu ,-Werror Maintenance only xstormy16 --target=xstormy16-elf ,-Werror @@ -208,11 +208,15 @@ b loop p ' -can be used to generate a complete list of --target= ---enable-gdb-build-warnings= pairs of the form: +can be used to generate a list of buildable targets. The list +containing values for the configure options --target=, +--enable-gdb-build-warnings= and optionally +--enable-sim-build-warnings vis: arc-elf ,-Werror ... + m68hc11-elf ,-Werror , + ... hppa1.1-hp-proelf broken ... |