aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2013-10-11 21:56:16 +0000
committerRoland McGrath <roland@gnu.org>2013-10-11 21:56:16 +0000
commit2b64b5511a0d0814eb3938cff986edf493a7b362 (patch)
tree2aaf7c766c20f163736daaa0c70bb44f01413fec /gold/Makefile.in
parent43819297ce3e76908a840fa66159ca83c1560fe5 (diff)
downloadgdb-2b64b5511a0d0814eb3938cff986edf493a7b362.zip
gdb-2b64b5511a0d0814eb3938cff986edf493a7b362.tar.gz
gdb-2b64b5511a0d0814eb3938cff986edf493a7b362.tar.bz2
gold/
* configure.ac (MERGE_CONSTANTS_FLAG): New check. * configure: Regenerate. * Makefile.in: Regenerate. * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix. * testsuite/merge_string_literals_2.c: Likewise. * testsuite/Makefile.am (merge_string_literals_1.o, merge_string_literals_2.o): Update deps. (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of literal -fmerge-constants. * testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 09de14c..3bd9fae 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -319,6 +319,7 @@ LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
+MERGE_CONSTANTS_FLAG = @MERGE_CONSTANTS_FLAG@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@