summaryrefslogtreecommitdiffstats
path: root/lto-plugin/configure.ac
diff options
context:
space:
mode:
authorespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-27 18:17:13 +0000
committerespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-27 18:17:13 +0000
commita96447936c1e066a24a0d58a7e9a39c223a04dd9 (patch)
tree3ffecdca3794d5213b337154f17ca5a2203cf5f8 /lto-plugin/configure.ac
parent02c5bdd8fe0777f1dd334eba1716c0a45c0e4802 (diff)
downloadppe42-gcc-a96447936c1e066a24a0d58a7e9a39c223a04dd9.tar.gz
ppe42-gcc-a96447936c1e066a24a0d58a7e9a39c223a04dd9.zip
2009-10-27 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
PR lto/41652 * configure.ac: Call AC_SYS_LARGEFILE before AC_OUTPUT. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153610 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/configure.ac')
-rw-r--r--lto-plugin/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/lto-plugin/configure.ac b/lto-plugin/configure.ac
index d35972a750a..daefde67ccd 100644
--- a/lto-plugin/configure.ac
+++ b/lto-plugin/configure.ac
@@ -4,6 +4,7 @@ GCC_TOPLEV_SUBDIRS
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
AC_PROG_CC
+AC_SYS_LARGEFILE
AC_ARG_VAR(LIBELFLIBS,[How to link libelf])
AC_ARG_VAR(LIBELFINC,[How to find libelf include files])
AM_PROG_LIBTOOL
@@ -11,4 +12,3 @@ AC_SUBST(target_noncanonical)
AC_TYPE_UINT64_T
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
-AC_SYS_LARGEFILE
OpenPOWER on IntegriCloud