ld: Require GCC 5 for Build pr25749-1b (-pie -fPIE)
[deliverable/binutils-gdb.git] / sim / testsuite / d10v-elf / configure.ac
CommitLineData
c906108c
SS
1dnl Process this file file with autoconf to produce a configure script.
2dnl This file is a shell script fragment that supplies the information
3dnl necessary to tailor a template configure script into the configure
4dnl script appropriate for this directory. For more information, check
5dnl any existing configure script.
6
c906108c
SS
7dnl FIXME - think of a truly uniq file to this directory
8AC_INIT(Makefile.in)
9
10CC=${CC-cc}
11AC_SUBST(CC)
12AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../../..)
13AC_CANONICAL_SYSTEM
14
15AC_SUBST(target_cpu)
16
17
18AC_OUTPUT(Makefile)
This page took 1.448867 seconds and 4 git commands to generate.