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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [machine/] [configure.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 56 joel
dnl This is the newlib/libc/machine configure.in file.
2
dnl Process this file with autoconf to produce a configure script.
3
 
4
AC_PREREQ(2.5)
5
AC_INIT(d10v)
6
 
7
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
8
AC_CONFIG_AUX_DIR(../../..)
9
 
10
NEWLIB_CONFIGURE(../..)
11
 
12
if test -n "${machine_dir}"; then
13
  AC_CONFIG_SUBDIRS(${machine_dir})
14
fi
15
 
16
AM_CONDITIONAL(HAVE_MACHINE_DIR, test x${machine_dir} != x)
17
 
18
AC_OUTPUT(Makefile)

powered by: WebSVN 2.1.0

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