summaryrefslogtreecommitdiff
path: root/gdb/features/Makefile
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-10-01 10:06:04 +0100
committerPedro Alves <palves@redhat.com>2014-10-01 11:12:04 +0100
commit20ad026db61cde2376aa5de641ee63b46e818fa4 (patch)
treea3da6e54cb89b3e20656ccb4155111242081d6f5 /gdb/features/Makefile
parentacc9fe45000902313cf7ee9139136419858d874c (diff)
downloadbinutils-gdb-20ad026db61cde2376aa5de641ee63b46e818fa4.tar.gz
gdb/regformats: Don't build .dat files that aren't used by GDBserver
The only reason .dat files exist is for GBBserver to use them in its build system. A few .dat files are listed as targets for generation that shouldn't. The target descriptions these files are built from aren't used by GDBserver. They're fallback descriptions GDB itself has baked in. Remove them from the list of .dat files to be generated, otherwise a plain "make" under src/gdb/features/ generates new .dat files that aren't even in the tree today. gdb/ 2014-10-01 Pedro Alves <palves@redhat.com> * features/Makefile (WHICH): Remove arm-with-m, arm-with-m-fpa-layout and arm-with-m-vfp-d16.
Diffstat (limited to 'gdb/features/Makefile')
-rw-r--r--gdb/features/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile
index f30fc13ddfd..f967e4c8173 100644
--- a/gdb/features/Makefile
+++ b/gdb/features/Makefile
@@ -32,7 +32,6 @@
WHICH = aarch64 \
arm-with-iwmmxt arm-with-vfpv2 arm-with-vfpv3 arm-with-neon \
- arm-with-m arm-with-m-fpa-layout arm-with-m-vfp-d16 \
i386/i386 i386/i386-linux \
i386/i386-mmx i386/i386-mmx-linux \
i386/amd64 i386/amd64-linux \