fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / machine / sh / configure.in
blob7fb5afd0efa28218e570cbca6278e4e7ada4b630
1 dnl This is the newlib/libc/machine/sh configure.in file.
2 dnl Process this file with autoconf to produce a configure script.
4 AC_PREREQ(2.5)
5 AC_INIT(asm.h)
7 dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. 
8 AC_CONFIG_AUX_DIR(../../../..)
10 NEWLIB_CONFIGURE(../../..)
12 AC_EGREP_CPP([sh5], [
13 #if __SH5__
14   sh5
15 #endif
16 ], [have_sh64=yes], [have_sh64=no])
17 AM_CONDITIONAL(SH64, [test $have_sh64 = yes])
19 AC_OUTPUT(Makefile)