aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.nat
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2017-05-17 13:56:19 +0100
committerPedro Alves <palves@redhat.com>2017-05-17 13:56:19 +0100
commit2b351b19efc8dd36ac8a8bda005c7411536b93ec (patch)
tree91c467279d515525de1eb14277b3bfb1500b6fc2 /gdb/configure.nat
parenta0a110b0dd5077373c4102d1502130eb159c366b (diff)
downloadgdb-2b351b19efc8dd36ac8a8bda005c7411536b93ec.zip
gdb-2b351b19efc8dd36ac8a8bda005c7411536b93ec.tar.gz
gdb-2b351b19efc8dd36ac8a8bda005c7411536b93ec.tar.bz2
nat_extra_makefile_frag -> nat_makefile_frag
gdb/ChangeLog: 2017-05-17 Pedro Alves <palves@redhat.com> * Makefile.in (nat_extra_makefile_frag): Rename to ... (nat_makefile_frag): ... this. All references updated. * configure.ac: Likewise. * configure.nat: Likewise. Enhance comments. * configure: Regenerate.
Diffstat (limited to 'gdb/configure.nat')
-rw-r--r--gdb/configure.nat11
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/configure.nat b/gdb/configure.nat
index 4bf06c5..e6c96da 100644
--- a/gdb/configure.nat
+++ b/gdb/configure.nat
@@ -36,16 +36,17 @@
# HAVE_NATIVE_GCORE_HOST - Whether gcore should be installed on this
# native target.
#
-# nat_extra_makefile_frag - File containing extra fragments of
-# Makefile that will be used by this native
-# target.
+# nat_makefile_frag - Name of the (optional) Makefile fragment file
+# required to build the native target. The
+# fragment is incorporated into the Makefile that
+# configure constructs from Makefile.in.
#
# Notes:
#
# - To avoid shell expansion of variables, declare them with single
# quotes.
#
-# - nat_extra_makefile_frag should contain the full path of the file.
+# - nat_makefile_frag must contain the full path of the file.
# This first case is useful for filling default values for each
@@ -195,7 +196,7 @@ case ${gdb_host} in
XM_CLIBS='-lshouldbeinlibc'
- nat_extra_makefile_frag="${srcdir}/config/${gdb_host_cpu}/i386gnu.mn"
+ nat_makefile_frag="${srcdir}/config/${gdb_host_cpu}/i386gnu.mn"
;;
esac
;;