summaryrefslogtreecommitdiff
path: root/gdb/gnulib
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-09-01 10:23:15 -0600
committerTom Tromey <tom@tromey.com>2018-09-04 10:45:54 -0600
commitba2bf2aaba97866f4c9c67239666916caa7bb150 (patch)
tree129c282bca0ee457f936c5da3419883faa95d0c5 /gdb/gnulib
parentdd083ee23d23903e8bc595b64aa8ea62379491cd (diff)
downloadbinutils-gdb-ba2bf2aaba97866f4c9c67239666916caa7bb150.tar.gz
Remove obsolete comments from Makefiles
This removes an obsolete comment from Makefile.in. This was copied into gnulib/Makefile.in, so this removes that comment as well. gdb/ChangeLog 2018-09-04 Tom Tromey <tom@tromey.com> * gnulib/Makefile.in: Remove obsolete comment. * Makefile.in: Remove obsolete comment.
Diffstat (limited to 'gdb/gnulib')
-rw-r--r--gdb/gnulib/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/gnulib/Makefile.in b/gdb/gnulib/Makefile.in
index 1602da54b6c..117831a3d4e 100644
--- a/gdb/gnulib/Makefile.in
+++ b/gdb/gnulib/Makefile.in
@@ -62,11 +62,6 @@ SUBDIRS = import
CLEANDIRS = $(SUBDIRS)
REQUIRED_SUBDIRS = $(SUBDIRS)
-# If you are compiling with GCC, make sure that either 1) You have the
-# fixed include files where GCC can reach them, or 2) You use the
-# -traditional flag. Otherwise the ioctl calls in inflow.c
-# will be incorrectly compiled. The "fixincludes" script in the gcc
-# distribution will fix your include files up.
CC=@CC@
# Directory containing source files.