aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2009-07-13 04:49:46 +0000
committerBen Elliston <bje@au.ibm.com>2009-07-13 04:49:46 +0000
commitb297c5ea91ce8bfe92abdbae8550c6ce5058cfe4 (patch)
tree56baa2bad6569be4cacff3e6dcd7b226a3d8e117
parentf26118e7ef2df719947f714e4147dbc4ab21a631 (diff)
* Makefile.in (BACKENDLIBS): Change LIBELFLIB to LIBELFLIBS.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/lto@149542 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 07dad1408b0..5d7b2faa47a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2009-07-13 Ben Elliston <bje@au.ibm.com>
+ * Makefile.in (BACKENDLIBS): Change LIBELFLIB to LIBELFLIBS.
+
+2009-07-13 Ben Elliston <bje@au.ibm.com>
+
* dwarf2out.c (dwarf2out_begin_prologue): Fix "dirrective" typo.
2009-07-06 Diego Novillo <dnovillo@google.com>
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 13bac8b2f1a..bc3d2bd1282 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -987,7 +987,7 @@ BUILD_LIBDEPS= $(BUILD_LIBIBERTY)
LIBS = @LIBS@ $(CPPLIB) $(LIBINTL) $(LIBICONV) $(LIBIBERTY) $(LIBDECNUMBER) \
$(HOST_LIBS)
BACKENDLIBS = $(CLOOGLIBS) $(PPLLIBS) $(GMPLIBS) $(PLUGINLIBS) $(HOST_LIBS) \
- $(ZLIB) $(LIBELFLIB)
+ $(ZLIB) $(LIBELFLIBS)
# Any system libraries needed just for GNAT.
SYSLIBS = @GNAT_LIBEXC@