mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
Use AC_GNU_SOURCE.
This commit is contained in:
@ -10,7 +10,7 @@ ACLOCAL_AMFLAGS = -I ../bfd -I ../config
|
||||
|
||||
AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CXXFLAGS)
|
||||
|
||||
INCLUDES = -D_GNU_SOURCE \
|
||||
INCLUDES = \
|
||||
-I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
|
||||
-DLOCALEDIR="\"$(datadir)/locale\"" \
|
||||
-DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \
|
||||
|
Reference in New Issue
Block a user