mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
* Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
* configure.in: Invoke AC_GNU_SOURCE. * Makefile.in: Regenerate. * configure: Regenerate. * gconfig.in: Regenerate.
This commit is contained in:
@ -17,7 +17,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
|
||||
|
||||
MKDEP = gcc -MM
|
||||
|
||||
INCLUDES = -D_GNU_SOURCE -DDEBUG -I../bfd -I$(srcdir)/../include \
|
||||
INCLUDES = -DDEBUG -I../bfd -I$(srcdir)/../include \
|
||||
-I$(srcdir)/../bfd @INCINTL@ -I. \
|
||||
-DLOCALEDIR="\"$(datadir)/locale\""
|
||||
|
||||
|
Reference in New Issue
Block a user