mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 05:12:28 +08:00
[gdb/build] Mark ms1 as deleted in MAINTAINERS
When running gdb/gdb_mbuild.sh, we run into: ... ms1-elf ... ... src/configure --target=ms1-elf --enable-gdb-build-warnings=,-Werror \ --enable-sim-build-warnings=,-Werror ... make -k -j 5 ms1-elf ms1-elf: compile failed ... In mbuild/ms1-elf/Build.log we find: ... *** Configuration mt-unknown-elf is obsolete. *** Support has been REMOVED. make: *** [Makefile:10995: configure-gdb] Error 1 ... The support for ms1-elf, aka mt-elf, has been removed since commit dc71152484 "Remove mt port" in Jan 2018. Make this official in the MAINTAINERS file. Tested using gdb/gdb_mbuild.sh. gdb/ChangeLog: 2020-08-11 Tom de Vries <tdevries@suse.de> * MAINTAINERS: Mark ms1 as deleted.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2020-08-11 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* MAINTAINERS: Mark ms1 as deleted.
|
||||
|
||||
2020-08-10 Luis Machado <luis.machado@linaro.org>
|
||||
|
||||
PR gdb/26310
|
||||
|
@ -289,8 +289,7 @@ the native maintainer when resolving ABI issues.
|
||||
moxie --target=moxie-elf ,-Werror
|
||||
Anthony Green green@moxielogic.com
|
||||
|
||||
ms1 --target=ms1-elf ,-Werror
|
||||
Kevin Buettner kevinb@redhat.com
|
||||
ms1 Deleted
|
||||
|
||||
nios2 --target=nios2-elf ,-Werror
|
||||
--target=nios2-linux-gnu ,-Werror
|
||||
|
Reference in New Issue
Block a user