diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-03 21:10:11 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-03 21:10:11 +0000 |
commit | 7bfefa9d2c82e804ef4e59772f4060ac325bf99a (patch) | |
tree | 3a9882bd235e5026410e5397a5e46a97ece50b48 /lto-plugin/configure.ac | |
parent | 7271d48ec9cd1a9aa3893d1d95e1d4a1c5882c37 (diff) | |
download | gcc-7bfefa9d2c82e804ef4e59772f4060ac325bf99a.tar.gz |
Merge lto branch into trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152434 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/configure.ac')
-rw-r--r-- | lto-plugin/configure.ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lto-plugin/configure.ac b/lto-plugin/configure.ac new file mode 100644 index 00000000000..277d31135fe --- /dev/null +++ b/lto-plugin/configure.ac @@ -0,0 +1,12 @@ +AC_PREREQ(2.64) +AC_INIT([LTO plugin for ld], 0.1,,[lto-plugin]) +GCC_TOPLEV_SUBDIRS +AM_INIT_AUTOMAKE([foreign]) +AC_PROG_CC +AC_ARG_VAR(LIBELFLIBS,[How to link libelf]) +AC_ARG_VAR(LIBELFINC,[How to find libelf include files]) +AM_PROG_LIBTOOL +AC_SUBST(target_noncanonical) +AC_CONFIG_FILES(Makefile) +AC_OUTPUT +AC_SYS_LARGEFILE |