mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
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.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2018-09-04 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* gnulib/Makefile.in: Remove obsolete comment.
|
||||||
|
* Makefile.in: Remove obsolete comment.
|
||||||
|
|
||||||
2018-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
|
2018-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
* riscv-tdep.c (riscv_frame_cache): Fix ARI warning, don't end a
|
* riscv-tdep.c (riscv_frame_cache): Fix ARI warning, don't end a
|
||||||
|
@ -98,11 +98,6 @@ MSGMERGE = msgmerge
|
|||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
CATALOGS = @CATALOGS@
|
CATALOGS = @CATALOGS@
|
||||||
|
|
||||||
# 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@
|
CC = @CC@
|
||||||
CXX = @CXX@
|
CXX = @CXX@
|
||||||
CXX_DIALECT = @CXX_DIALECT@
|
CXX_DIALECT = @CXX_DIALECT@
|
||||||
|
@ -62,11 +62,6 @@ SUBDIRS = import
|
|||||||
CLEANDIRS = $(SUBDIRS)
|
CLEANDIRS = $(SUBDIRS)
|
||||||
REQUIRED_SUBDIRS = $(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@
|
CC=@CC@
|
||||||
|
|
||||||
# Directory containing source files.
|
# Directory containing source files.
|
||||||
|
Reference in New Issue
Block a user