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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [machine/] [configure.in] - Diff between revs 207 and 345

Only display areas with differences | Details | Blame | View Log

Rev 207 Rev 345
dnl This is the newlib/libc/machine configure.in file.
dnl This is the newlib/libc/machine configure.in file.
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([d10v])
AC_CONFIG_SRCDIR([d10v])
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
AC_CONFIG_AUX_DIR(../../..)
AC_CONFIG_AUX_DIR(../../..)
NEWLIB_CONFIGURE(../..)
NEWLIB_CONFIGURE(../..)
dnl We have to add the following lines because automake detects the
dnl We have to add the following lines because automake detects the
dnl references to libtool libraries from aclocal and tries to verify that
dnl references to libtool libraries from aclocal and tries to verify that
dnl AM_PROG_LIBTOOL is being used.  This must be added after
dnl AM_PROG_LIBTOOL is being used.  This must be added after
dnl the call to NEWLIB_CONFIGURE.
dnl the call to NEWLIB_CONFIGURE.
_LT_DECL_SED
_LT_DECL_SED
if test "${use_libtool}" = "yes"; then
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
AM_PROG_LIBTOOL
fi
fi
if test -n "${machine_dir}"; then
if test -n "${machine_dir}"; then
  case ${machine_dir} in
  case ${machine_dir} in
        a29k) AC_CONFIG_SUBDIRS(a29k) ;;
        a29k) AC_CONFIG_SUBDIRS(a29k) ;;
        arm) AC_CONFIG_SUBDIRS(arm) ;;
        arm) AC_CONFIG_SUBDIRS(arm) ;;
        bfin) AC_CONFIG_SUBDIRS(bfin) ;;
        bfin) AC_CONFIG_SUBDIRS(bfin) ;;
        cris) AC_CONFIG_SUBDIRS(cris) ;;
        cris) AC_CONFIG_SUBDIRS(cris) ;;
        crx) AC_CONFIG_SUBDIRS(crx) ;;
        crx) AC_CONFIG_SUBDIRS(crx) ;;
        d10v) AC_CONFIG_SUBDIRS(d10v) ;;
        d10v) AC_CONFIG_SUBDIRS(d10v) ;;
        d30v) AC_CONFIG_SUBDIRS(d30v) ;;
        d30v) AC_CONFIG_SUBDIRS(d30v) ;;
        fr30) AC_CONFIG_SUBDIRS(fr30) ;;
        fr30) AC_CONFIG_SUBDIRS(fr30) ;;
        frv) AC_CONFIG_SUBDIRS(frv) ;;
        frv) AC_CONFIG_SUBDIRS(frv) ;;
        h8300) AC_CONFIG_SUBDIRS(h8300) ;;
        h8300) AC_CONFIG_SUBDIRS(h8300) ;;
        h8500) AC_CONFIG_SUBDIRS(h8500) ;;
        h8500) AC_CONFIG_SUBDIRS(h8500) ;;
        hppa) AC_CONFIG_SUBDIRS(hppa) ;;
        hppa) AC_CONFIG_SUBDIRS(hppa) ;;
        i386) AC_CONFIG_SUBDIRS(i386) ;;
        i386) AC_CONFIG_SUBDIRS(i386) ;;
        i960) AC_CONFIG_SUBDIRS(i960) ;;
        i960) AC_CONFIG_SUBDIRS(i960) ;;
        iq2000) AC_CONFIG_SUBDIRS(iq2000) ;;
        iq2000) AC_CONFIG_SUBDIRS(iq2000) ;;
        lm32) AC_CONFIG_SUBDIRS(lm32) ;;
        lm32) AC_CONFIG_SUBDIRS(lm32) ;;
        m32c) AC_CONFIG_SUBDIRS(m32c) ;;
        m32c) AC_CONFIG_SUBDIRS(m32c) ;;
        m32r) AC_CONFIG_SUBDIRS(m32r) ;;
        m32r) AC_CONFIG_SUBDIRS(m32r) ;;
        m68hc11) AC_CONFIG_SUBDIRS(m68hc11) ;;
        m68hc11) AC_CONFIG_SUBDIRS(m68hc11) ;;
        m68k) AC_CONFIG_SUBDIRS(m68k) ;;
        m68k) AC_CONFIG_SUBDIRS(m68k) ;;
        m88k) AC_CONFIG_SUBDIRS(m88k) ;;
        m88k) AC_CONFIG_SUBDIRS(m88k) ;;
        mep ) AC_CONFIG_SUBDIRS(mep) ;;
        mep ) AC_CONFIG_SUBDIRS(mep) ;;
        microblaze ) AC_CONFIG_SUBDIRS(microblaze) ;;
        microblaze ) AC_CONFIG_SUBDIRS(microblaze) ;;
        mips) AC_CONFIG_SUBDIRS(mips) ;;
        mips) AC_CONFIG_SUBDIRS(mips) ;;
        mn10200) AC_CONFIG_SUBDIRS(mn10200) ;;
        mn10200) AC_CONFIG_SUBDIRS(mn10200) ;;
        mn10300) AC_CONFIG_SUBDIRS(mn10300) ;;
        mn10300) AC_CONFIG_SUBDIRS(mn10300) ;;
        moxie) AC_CONFIG_SUBDIRS(moxie) ;;
        moxie) AC_CONFIG_SUBDIRS(moxie) ;;
        mt) AC_CONFIG_SUBDIRS(mt) ;;
        mt) AC_CONFIG_SUBDIRS(mt) ;;
        necv70) AC_CONFIG_SUBDIRS(necv70) ;;
        necv70) AC_CONFIG_SUBDIRS(necv70) ;;
        or32) AC_CONFIG_SUBDIRS(or32) ;;
        or32) AC_CONFIG_SUBDIRS(or32) ;;
        powerpc) AC_CONFIG_SUBDIRS(powerpc) ;;
        powerpc) AC_CONFIG_SUBDIRS(powerpc) ;;
        rx) AC_CONFIG_SUBDIRS(rx) ;;
        rx) AC_CONFIG_SUBDIRS(rx) ;;
        sh) AC_CONFIG_SUBDIRS(sh) ;;
        sh) AC_CONFIG_SUBDIRS(sh) ;;
        sparc) AC_CONFIG_SUBDIRS(sparc) ;;
        sparc) AC_CONFIG_SUBDIRS(sparc) ;;
        spu) AC_CONFIG_SUBDIRS(spu) ;;
        spu) AC_CONFIG_SUBDIRS(spu) ;;
        tic4x) AC_CONFIG_SUBDIRS(tic4x) ;;
        tic4x) AC_CONFIG_SUBDIRS(tic4x) ;;
        tic80) AC_CONFIG_SUBDIRS(tic80) ;;
        tic80) AC_CONFIG_SUBDIRS(tic80) ;;
        v850) AC_CONFIG_SUBDIRS(v850) ;;
        v850) AC_CONFIG_SUBDIRS(v850) ;;
        w65) AC_CONFIG_SUBDIRS(w65) ;;
        w65) AC_CONFIG_SUBDIRS(w65) ;;
        x86_64) AC_CONFIG_SUBDIRS(x86_64) ;;
        x86_64) AC_CONFIG_SUBDIRS(x86_64) ;;
        xc16x) AC_CONFIG_SUBDIRS(xc16x) ;;
        xc16x) AC_CONFIG_SUBDIRS(xc16x) ;;
        xscale) AC_CONFIG_SUBDIRS(xscale) ;;
        xscale) AC_CONFIG_SUBDIRS(xscale) ;;
        xstormy16) AC_CONFIG_SUBDIRS(xstormy16) ;;
        xstormy16) AC_CONFIG_SUBDIRS(xstormy16) ;;
        z8k) AC_CONFIG_SUBDIRS(z8k) ;;
        z8k) AC_CONFIG_SUBDIRS(z8k) ;;
  esac;
  esac;
fi
fi
AM_CONDITIONAL(HAVE_MACHINE_DIR, test x${machine_dir} != x)
AM_CONDITIONAL(HAVE_MACHINE_DIR, test x${machine_dir} != x)
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
AC_OUTPUT
 
 

powered by: WebSVN 2.1.0

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