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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [configure.in] - Blame information for rev 208

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

Line No. Rev Author Line
1 148 jeremybenn
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.59)
5
AC_INIT([newlib],[NEWLIB_VERSION])
6
AC_CONFIG_SRCDIR([a29khif])
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
dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and
14
dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
15
dnl line of the macro which fail because appropriate LDFLAGS are not set.
16
_LT_DECL_SED
17
if test "${use_libtool}" = "yes"; then
18
AC_LIBTOOL_WIN32_DLL
19
AM_PROG_LIBTOOL
20
fi
21
 
22
if test -n "${sys_dir}"; then
23
  case ${sys_dir} in
24
        a29khif) AC_CONFIG_SUBDIRS(a29khif) ;;
25
        arc) AC_CONFIG_SUBDIRS(arc) ;;
26
        arm) AC_CONFIG_SUBDIRS(arm) ;;
27
        d10v) AC_CONFIG_SUBDIRS(d10v) ;;
28
        decstation) AC_CONFIG_SUBDIRS(decstation) ;;
29
        h8300hms) AC_CONFIG_SUBDIRS(h8300hms) ;;
30
        h8500hms) AC_CONFIG_SUBDIRS(h8500hms) ;;
31
        linux) AC_CONFIG_SUBDIRS(linux) ;;
32
        m88kbug) AC_CONFIG_SUBDIRS(m88kbug) ;;
33
        mmixware) AC_CONFIG_SUBDIRS(mmixware) ;;
34
        netware) AC_CONFIG_SUBDIRS(netware) ;;
35
        rdos) AC_CONFIG_SUBDIRS(rdos) ;;
36
        rtems) AC_CONFIG_SUBDIRS(rtems) ;;
37
        sh) AC_CONFIG_SUBDIRS(sh) ;;
38
        sparc64) AC_CONFIG_SUBDIRS(sparc64) ;;
39
        sun4) AC_CONFIG_SUBDIRS(sun4) ;;
40
        sysmec) AC_CONFIG_SUBDIRS(sysmec) ;;
41
        sysnec810) AC_CONFIG_SUBDIRS(sysnec810) ;;
42
        sysnecv850) AC_CONFIG_SUBDIRS(sysnecv850) ;;
43
        sysvi386) AC_CONFIG_SUBDIRS(sysvi386) ;;
44
        sysvnecv70) AC_CONFIG_SUBDIRS(sysvnecv70) ;;
45
        tic80) AC_CONFIG_SUBDIRS(tic80) ;;
46
        w65) AC_CONFIG_SUBDIRS(w65) ;;
47
        z8ksim) AC_CONFIG_SUBDIRS(z8ksim) ;;
48
  esac;
49
fi
50
 
51
CRT0=
52
if test "x${have_crt0}" = "xyes"; then
53
  CRT0=crt0.o
54
fi
55
AC_SUBST(CRT0)
56
 
57
AM_CONDITIONAL(HAVE_SYS_DIR, test x${sys_dir} != x)
58
 
59
AC_CONFIG_FILES([Makefile])
60
AC_OUTPUT

powered by: WebSVN 2.1.0

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