diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2021-05-24 18:11:49 +0200 |
---|---|---|
committer | Maciej W. Rozycki <macro@orcam.me.uk> | 2021-05-24 18:11:49 +0200 |
commit | 78a7f5766afea0dbc0ea5db957eddaf27e685af1 (patch) | |
tree | 0328f425310dcacd4fc3634feddd6335e2a55ce9 | |
parent | 2e8adb6448c78fdb748c13c7859b68f3e7984c4d (diff) | |
download | binutils-78a7f5766afea0dbc0ea5db957eddaf27e685af1.zip binutils-78a7f5766afea0dbc0ea5db957eddaf27e685af1.tar.gz binutils-78a7f5766afea0dbc0ea5db957eddaf27e685af1.tar.bz2 |
MAINTAINERS: Update path to readline config.{sub,guess} files
Complement commit 6999161a2a3b ("Move readline to the readline/readline
subdirectory") and update the path to readline config.{sub,guess} files
documented in MAINTAINERS.
* MAINTAINERS: Update path to readline config.{sub,guess} files.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MAINTAINERS | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk> + * MAINTAINERS: Update path to readline config.{sub,guess} files. + +2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk> + * config.guess: Import from upstream. * config.sub: Likewise. diff --git a/MAINTAINERS b/MAINTAINERS index 5b8a4ef..5af8032 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -27,7 +27,7 @@ cgen/; cgen parts of opcodes/, sim/ & include/ May need separate opcodes/ or sim/ approval for commits of regenerated files there. -config.guess; config.sub; readline/support/config.{sub,guess} +config.guess; config.sub; readline/readline/support/config.{sub,guess} config: http://savannah.gnu.org/projects/config Patches to config-patches@gnu.org. Changes need to be done in tandem with the official CONFIG |