OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [sim/] [or32/] [configure.ac] - Diff between revs 157 and 223

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

Rev 157 Rev 223
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)dnl
AC_PREREQ(2.59)dnl
AC_INIT(Makefile.in)
AC_INIT(Makefile.in)
AC_CONFIG_HEADER(config.h:config.in)
AC_CONFIG_HEADER(config.h:config.in)
sinclude(../common/aclocal.m4)
sinclude(../common/aclocal.m4)
# Invoke the autoconf macros most often used by the simulators
# Invoke the autoconf macros most often used by the simulators
# README_HACKING says to use SIM_AC_COMMON, but that breaks in autoconf 2.59
# README_HACKING says to use SIM_AC_COMMON, but that breaks in autoconf 2.59
sinclude(../common/common.m4)
sinclude(../common/common.m4)
# Option to explicitly specify the location of the Or1ksim installation
# Option to explicitly specify the location of the Or1ksim installation
AC_ARG_WITH([or1ksim],
AC_ARG_WITH([or1ksim],
            [AS_HELP_STRING([--with-or1ksim=ARG],
            [AS_HELP_STRING([--with-or1ksim=ARG],
              [specify the Or1ksim installation directory explicitly (otherwise use default search paths)])],
              [specify the Or1ksim installation directory explicitly (otherwise use default search paths)])],
            [],
            [],
            [])
            [])
if test x"$with_or1ksim" != x
if test x"$with_or1ksim" != x
then
then
  SIM_CPPFLAGS="$SIM_CPPFLAGS -I$with_or1ksim/include"
  SIM_CPPFLAGS="$SIM_CPPFLAGS -I$with_or1ksim/include"
  SIM_LDFLAGS="$SIM_LDFLAGS -Wl,-rpath -Wl,$with_or1ksim/lib -L$with_or1ksim/lib"
  SIM_LDFLAGS="$SIM_LDFLAGS -Wl,-rpath -Wl,$with_or1ksim/lib -L$with_or1ksim/lib"
fi
fi
# No target specific stuff as yet...
# No target specific stuff as yet...
AC_CHECK_HEADERS(stdlib.h)
AC_CHECK_HEADERS(stdlib.h)
# Set up simulator output
# Set up simulator output
AC_SUBST(SIM_CPPFLAGS)
AC_SUBST(SIM_CPPFLAGS)
AC_SUBST(SIM_LDFLAGS)
AC_SUBST(SIM_LDFLAGS)
SIM_AC_OUTPUT
SIM_AC_OUTPUT
 
 

powered by: WebSVN 2.1.0

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