diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-02 16:40:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-02 16:40:33 +0000 |
commit | 684e56bf6771a1da3c1411fdce8b1a430a888e3f (patch) | |
tree | da1893d9bed9ce9cc6013e3fe42a21de82a5b61b /gdb/MAINTAINERS | |
parent | e1ea1d755eb65ed85160b0c5750bbaa02b175690 (diff) | |
download | gdb-684e56bf6771a1da3c1411fdce8b1a430a888e3f.zip gdb-684e56bf6771a1da3c1411fdce8b1a430a888e3f.tar.gz gdb-684e56bf6771a1da3c1411fdce8b1a430a888e3f.tar.bz2 |
2003-01-02 Andrew Cagney <ac131313@redhat.com>
* MAINTAINERS: Mention gdb_mbuild.sh.
* gdb_mbuild.sh: Rewrite.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 36 |
1 files changed, 2 insertions, 34 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 851d609..feb558b 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -172,40 +172,8 @@ All recognized developers can make mechanical changes (by virtue of the obvious fix rule) to ``maintenance only'' targets. The change shall be sanity checked by compiling with one of the listed targets. -The Bourne shell script: - -cat MAINTAINERS | tr -s '[\t]' '[ ]' | sed -n ' -/^[ ]*[-a-z0-9\.]*[ ]*[(]*--target=.*/ !d -s/^.*--target=// -s/).*$// -h -:loop - g - /^[^ ]*,/ !b end - s/,[^ ]*// - p - g - s/^[^,]*,// - h -b loop -:end -p -' - -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 - ... - -While the ``broken'' targets are included in the listing, the are not -expected to build. +The Bourne shell script gdb_mbuild.sh can be used to rebuild all the +above targets. Host/Native: |