aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-08-17 09:01:17 +0930
committerAlan Modra <amodra@gmail.com>2023-08-17 21:44:04 +0930
commit05fbbeacaa761976fea5580d993aa6cb7f5342a0 (patch)
tree2bed8615a73bd52c398ec62a4f57f44a7e86220d /configure
parent880802688cf7322c50994716456d05499e8c0d4d (diff)
downloadgdb-05fbbeacaa761976fea5580d993aa6cb7f5342a0.zip
gdb-05fbbeacaa761976fea5580d993aa6cb7f5342a0.tar.gz
gdb-05fbbeacaa761976fea5580d993aa6cb7f5342a0.tar.bz2
generated bfd files, and kvx regen
The elf32-kvx.c and elf64-kvx.c rules in the bfd makefile are different to the other similar generated files, and that reminded me that we need to have $srcdir in the generated #line reference back to the source for debugging, but don't want it for comments in bfd.pot (because then bfd.pot will likely reference Nick's source tree). This patch fixes that by making all the #line use $srcdir by virtue of using $<, and edits bfd.pot. I also uniq list of files to remove duplicated elfxx-x86.c, sort lists of files and regen with our standard automake/autoconf. * configure: Regenerate. bfd/ * Makefile.am: Sort various lists of files. Use $< in #line directive of generated C files. (po/SRC-POTFILES.in): uniq SRC_POTFILES. (po/BLD-POTFILES.in): uniq BFD_POTFILES. * Makefile.in: Regenerate. * po/Make-in (bfd.pot): Edit out source dir from comments. * po/SRC-POTFILES.in: Regenerate. gas/ * Makefile.in: Regenerate. * configure: Regenerate. * po/POTFILES.in: Regenerate. ld/ * Makefile.am (ALL_64_EMULATION_SOURCES): Sort. * Makefile.in: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b0434aa..dd743c5 100755
--- a/configure
+++ b/configure
@@ -3968,7 +3968,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs gdb"
;;
kvx-*-*)
- noconfigdirs="$noconfigdirs gdb sim"
+ noconfigdirs="$noconfigdirs gdb gdbserver sim"
;;
mmix-*-*)
noconfigdirs="$noconfigdirs gdb"