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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [sim/] [configure.in] - Diff between revs 579 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 579 Rev 1765
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.13)dnl
AC_PREREQ(2.13)dnl
AC_INIT(Makefile.in)
AC_INIT(Makefile.in)
AC_PROG_CC
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_INSTALL
AC_CHECK_TOOL(AR, ar)
AC_CHECK_TOOL(AR, ar)
AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..)
AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..)
AC_CANONICAL_SYSTEM
AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM
AC_ARG_PROGRAM
AC_PROG_CC
AC_PROG_CC
AC_SUBST(CFLAGS)
AC_SUBST(CFLAGS)
AC_SUBST(HDEFINES)
AC_SUBST(HDEFINES)
AR=${AR-ar}
AR=${AR-ar}
AC_SUBST(AR)
AC_SUBST(AR)
AC_PROG_RANLIB
AC_PROG_RANLIB
# Put a plausible default for CC_FOR_BUILD in Makefile.
# Put a plausible default for CC_FOR_BUILD in Makefile.
if test "x$cross_compiling" = "xno"; then
if test "x$cross_compiling" = "xno"; then
  CC_FOR_BUILD='$(CC)'
  CC_FOR_BUILD='$(CC)'
else
else
  CC_FOR_BUILD=gcc
  CC_FOR_BUILD=gcc
fi
fi
AC_SUBST(CC_FOR_BUILD)
AC_SUBST(CC_FOR_BUILD)
# If a cpu ever has more than one simulator to choose from, use
# If a cpu ever has more than one simulator to choose from, use
# --enable-sim=... to choose.
# --enable-sim=... to choose.
AC_ARG_ENABLE(sim,
AC_ARG_ENABLE(sim,
[  --enable-sim ],
[  --enable-sim ],
[case "${enableval}" in
[case "${enableval}" in
yes | no) ;;
yes | no) ;;
*)      AC_MSG_ERROR(bad value ${enableval} given for --enable-sim option) ;;
*)      AC_MSG_ERROR(bad value ${enableval} given for --enable-sim option) ;;
esac])
esac])
# Assume simulator can be built with cc.
# Assume simulator can be built with cc.
# If the user passes --enable-sim built it regardless of $(CC).
# If the user passes --enable-sim built it regardless of $(CC).
only_if_gcc=no
only_if_gcc=no
only_if_enabled=no
only_if_enabled=no
extra_subdirs=common
extra_subdirs=common
# WHEN ADDING ENTRIES TO THIS MATRIX:
# WHEN ADDING ENTRIES TO THIS MATRIX:
#  Make sure that the left side always has two dashes.  Otherwise you
#  Make sure that the left side always has two dashes.  Otherwise you
#  can get spurious matches.  Even for unambiguous cases, do this as a
#  can get spurious matches.  Even for unambiguous cases, do this as a
#  convention, else the table becomes a real mess to understand and maintain.
#  convention, else the table becomes a real mess to understand and maintain.
case "${target}" in
case "${target}" in
  arm*-*-* | thumb*-*-*)
  arm*-*-* | thumb*-*-*)
        sim_target=arm
        sim_target=arm
        extra_subdirs="${extra_subdirs} testsuite"
        extra_subdirs="${extra_subdirs} testsuite"
        ;;
        ;;
  strongarm*-*-*)
  strongarm*-*-*)
        sim_target=arm
        sim_target=arm
        extra_subdirs="${extra_subdirs} testsuite"
        extra_subdirs="${extra_subdirs} testsuite"
        ;;
        ;;
  xscale-*-*)
  xscale-*-*)
        sim_target=arm
        sim_target=arm
        extra_subdirs="${extra_subdirs} testsuite"
        extra_subdirs="${extra_subdirs} testsuite"
        ;;
        ;;
  d10v-*-*)             sim_target=d10v ;;
  d10v-*-*)             sim_target=d10v ;;
  d30v-*-*)
  d30v-*-*)
        sim_target=d30v
        sim_target=d30v
        only_if_gcc=yes
        only_if_gcc=yes
        extra_subdirs="${extra_subdirs} igen"
        extra_subdirs="${extra_subdirs} igen"
        ;;
        ;;
  fr30-*-*)             sim_target=fr30 ;;
  fr30-*-*)             sim_target=fr30 ;;
  h8300*-*-*)           sim_target=h8300 ;;
  h8300*-*-*)           sim_target=h8300 ;;
  h8500-*-*)            sim_target=h8500 ;;
  h8500-*-*)            sim_target=h8500 ;;
  i960-*-*)             sim_target=i960 ;;
  i960-*-*)             sim_target=i960 ;;
  m32r-*-*)             sim_target=m32r ;;
  m32r-*-*)             sim_target=m32r ;;
  m68hc11-*-*|m6811-*-*) sim_target=m68hc11 ;;
  m68hc11-*-*|m6811-*-*) sim_target=m68hc11 ;;
  mcore-*-*)            sim_target=mcore ;;
  mcore-*-*)            sim_target=mcore ;;
  mips*-*-*)
  mips*-*-*)
        # The MIPS simulator can only be compiled by gcc.
        # The MIPS simulator can only be compiled by gcc.
        sim_target=mips
        sim_target=mips
        only_if_gcc=yes
        only_if_gcc=yes
        extra_subdirs="${extra_subdirs} igen"
        extra_subdirs="${extra_subdirs} igen"
        ;;
        ;;
  mn10300*-*-*)
  mn10300*-*-*)
        # The mn10300 simulator can only be compiled by gcc.
        # The mn10300 simulator can only be compiled by gcc.
        sim_target=mn10300
        sim_target=mn10300
        only_if_gcc=yes
        only_if_gcc=yes
        extra_subdirs="${extra_subdirs} igen"
        extra_subdirs="${extra_subdirs} igen"
        ;;
        ;;
  mn10200*-*-*)
  mn10200*-*-*)
        sim_target=mn10200
        sim_target=mn10200
        ;;
        ;;
  sh*-*-*)              sim_target=sh ;;
  sh*-*-*)              sim_target=sh ;;
  powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | powerpc*-*-elf* | powerpc*-*-linux* )
  powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | powerpc*-*-elf* | powerpc*-*-linux* )
        # The PowerPC simulator uses the GCC extension long long as well as
        # The PowerPC simulator uses the GCC extension long long as well as
        # ANSI prototypes, so don't enable it for random host compilers
        # ANSI prototypes, so don't enable it for random host compilers
        # unless asked to.
        # unless asked to.
        sim_target=ppc
        sim_target=ppc
        only_if_gcc=yes
        only_if_gcc=yes
        #extra_subdirs="${extra_subdirs}"
        #extra_subdirs="${extra_subdirs}"
        ;;
        ;;
  tic80-*-*)
  tic80-*-*)
        sim_target=tic80
        sim_target=tic80
        only_if_gcc=yes
        only_if_gcc=yes
        extra_subdirs="${extra_subdirs} igen"
        extra_subdirs="${extra_subdirs} igen"
        ;;
        ;;
  v850-*-*)
  v850-*-*)
        # The V850 simulator can only be compiled by gcc.
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
        sim_target=v850
        extra_subdirs="${extra_subdirs} igen"
        extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        only_if_gcc=yes
        ;;
        ;;
  v850e-*-*)
  v850e-*-*)
        # The V850 simulator can only be compiled by gcc.
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
        sim_target=v850
        extra_subdirs="${extra_subdirs} igen"
        extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        only_if_gcc=yes
        ;;
        ;;
  v850ea-*-*)
  v850ea-*-*)
        # The V850 simulator can only be compiled by gcc.
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
        sim_target=v850
        extra_subdirs="${extra_subdirs} igen"
        extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        only_if_gcc=yes
        ;;
        ;;
  w65-*-*)
  w65-*-*)
        sim_target=w65
        sim_target=w65
        # The w65 is suffering from gradual decay.
        # The w65 is suffering from gradual decay.
        only_if_enabled=yes
        only_if_enabled=yes
        ;;
        ;;
  z8k*-*-*)             sim_target=z8k ;;
  z8k*-*-*)             sim_target=z8k ;;
  sparc64-*-*)
  sparc64-*-*)
        only_if_gcc=yes
        only_if_gcc=yes
        sim_target=none # Don't build erc32 if sparc64.
        sim_target=none # Don't build erc32 if sparc64.
        ;;
        ;;
  sparclite*-*-* | sparc86x*-*-*)
  sparclite*-*-* | sparc86x*-*-*)
        # The SPARC simulator can only be compiled by gcc.
        # The SPARC simulator can only be compiled by gcc.
        only_if_gcc=yes
        only_if_gcc=yes
        sim_target=erc32
        sim_target=erc32
        ;;
        ;;
  sparc*-*-*)
  sparc*-*-*)
        # The SPARC simulator can only be compiled by gcc.
        # The SPARC simulator can only be compiled by gcc.
        only_if_gcc=yes
        only_if_gcc=yes
        # Unfortunately erc32 won't build on many hosts, so only enable
        # Unfortunately erc32 won't build on many hosts, so only enable
        # it if the user really really wants it.
        # it if the user really really wants it.
        only_if_enabled=yes
        only_if_enabled=yes
        sim_target=erc32
        sim_target=erc32
        ;;
        ;;
  *)                    sim_target=none ;;
  *)                    sim_target=none ;;
esac
esac
# Is there a testsuite directory for the target?
# Is there a testsuite directory for the target?
testdir=`echo ${target} | sed -e 's/-.*-/-/'`
testdir=`echo ${target} | sed -e 's/-.*-/-/'`
if test -r ${srcdir}/testsuite/${testdir}/configure ; then
if test -r ${srcdir}/testsuite/${testdir}/configure ; then
  extra_subdirs="${extra_subdirs} testsuite"
  extra_subdirs="${extra_subdirs} testsuite"
fi
fi
case "${enable_sim}" in
case "${enable_sim}" in
no)     sim_target=none ;;
no)     sim_target=none ;;
yes)
yes)
        if test ${only_if_gcc} = yes ; then
        if test ${only_if_gcc} = yes ; then
                if test "${GCC}" != yes ; then
                if test "${GCC}" != yes ; then
                        echo "Can't enable simulator since not compiling with GCC."
                        echo "Can't enable simulator since not compiling with GCC."
                        sim_target=none
                        sim_target=none
                fi
                fi
        fi
        fi
        ;;
        ;;
*)
*)
        if test ${only_if_enabled} = yes ; then
        if test ${only_if_enabled} = yes ; then
                sim_target=none
                sim_target=none
        else
        else
                if test ${only_if_gcc} = yes ; then
                if test ${only_if_gcc} = yes ; then
                        if test "${GCC}" != yes ; then
                        if test "${GCC}" != yes ; then
                                sim_target=none
                                sim_target=none
                        fi
                        fi
                fi
                fi
        fi
        fi
        ;;
        ;;
esac
esac
if test x"${sim_target}" != xnone ; then
if test x"${sim_target}" != xnone ; then
        configdirs="${extra_subdirs} ${sim_target}"
        configdirs="${extra_subdirs} ${sim_target}"
        AC_CONFIG_SUBDIRS($configdirs)
        AC_CONFIG_SUBDIRS($configdirs)
fi
fi
AC_OUTPUT(Makefile)
AC_OUTPUT(Makefile)
exit 0
exit 0
 
 

powered by: WebSVN 2.1.0

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