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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [configure.in] - Blame information for rev 1773

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
dnl This is the newlib/libc/sys configure.in file.
2
dnl Process this file with autoconf to produce a configure script.
3
 
4
AC_PREREQ(2.5)
5
AC_INIT(a29khif)
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
dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and
13
dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
14
dnl line of the macro which fail because appropriate LDFLAGS are not set.
15
if test "${use_libtool}" = "yes"; then
16
AC_LIBTOOL_WIN32_DLL
17
AM_PROG_LIBTOOL
18
fi
19
 
20
if test -n "${sys_dir}"; then
21
  AC_CONFIG_SUBDIRS(${sys_dir})
22
fi
23
 
24
CRT0=
25
if test -n "${sys_dir}"; then
26
  CRT0=crt0.o
27
fi
28
AC_SUBST(CRT0)
29
 
30
AM_CONDITIONAL(HAVE_SYS_DIR, test x${sys_dir} != x)
31
 
32
AC_OUTPUT(Makefile)

powered by: WebSVN 2.1.0

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