OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [machine/] [sh/] [configure.in] - Blame information for rev 829

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
dnl This is the newlib/libc/machine/sh configure.in file.
2
dnl Process this file with autoconf to produce a configure script.
3
 
4
AC_PREREQ(2.59)
5
AC_INIT([newlib],[NEWLIB_VERSION])
6
AC_CONFIG_SRCDIR([asm.h])
7
 
8
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
9
AC_CONFIG_AUX_DIR(../../../..)
10
 
11
NEWLIB_CONFIGURE(../../..)
12
 
13
AC_NO_EXECUTABLES
14
 
15
AC_EGREP_CPP([sh5], [
16
#if __SH5__
17
  sh5
18
#endif
19
], [have_sh64=yes], [have_sh64=no])
20
AM_CONDITIONAL(SH64, [test $have_sh64 = yes])
21
 
22
AC_CONFIG_FILES([Makefile])
23
AC_OUTPUT

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.