]> gcc.gnu.org Git - gcc.git/blame - lto-plugin/configure.ac
sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__.
[gcc.git] / lto-plugin / configure.ac
CommitLineData
d7f09764
DN
1AC_PREREQ(2.64)
2AC_INIT([LTO plugin for ld], 0.1,,[lto-plugin])
3GCC_TOPLEV_SUBDIRS
4AM_INIT_AUTOMAKE([foreign])
03428d41 5AM_MAINTAINER_MODE
d7f09764 6AC_PROG_CC
4c0f4b0b 7AC_SYS_LARGEFILE
d7f09764
DN
8AC_ARG_VAR(LIBELFLIBS,[How to link libelf])
9AC_ARG_VAR(LIBELFINC,[How to find libelf include files])
10AM_PROG_LIBTOOL
11AC_SUBST(target_noncanonical)
21750c78 12AC_TYPE_UINT64_T
d7f09764
DN
13AC_CONFIG_FILES(Makefile)
14AC_OUTPUT
This page took 0.312273 seconds and 5 git commands to generate.