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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [autom4te.cache/] [output.1] - Diff between revs 233 and 428

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 233 Rev 428
Line 1... Line 1...
@%:@! /bin/sh
@%:@! /bin/sh
@%:@ From configure.ac Id: configure.ac 230 2010-08-01 18:29:47Z jeremybennett  using automake version AC_ACVERSION.
@%:@ From configure.ac Id: configure.ac 420 2010-11-11 14:43:33Z jeremybennett  using automake version AC_ACVERSION.
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2010-08-01.
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2010-11-11.
@%:@
@%:@
@%:@ Report bugs to .
@%:@ Report bugs to .
@%:@
@%:@
@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
Line 717... Line 717...
MAKEFLAGS=
MAKEFLAGS=
 
 
# Identity of this package.
# Identity of this package.
PACKAGE_NAME='or1ksim'
PACKAGE_NAME='or1ksim'
PACKAGE_TARNAME='or1ksim'
PACKAGE_TARNAME='or1ksim'
PACKAGE_VERSION='2010-08-01'
PACKAGE_VERSION='2010-11-11'
PACKAGE_STRING='or1ksim 2010-08-01'
PACKAGE_STRING='or1ksim 2010-11-11'
PACKAGE_BUGREPORT='openrisc@opencores.org'
PACKAGE_BUGREPORT='openrisc@opencores.org'
PACKAGE_URL=''
PACKAGE_URL=''
 
 
# Factoring default headers for most tests.
# Factoring default headers for most tests.
ac_includes_default="\
ac_includes_default="\
Line 1471... Line 1471...
#
#
if test "$ac_init_help" = "long"; then
if test "$ac_init_help" = "long"; then
  # Omit some internal or obsolete options to make the list less imposing.
  # Omit some internal or obsolete options to make the list less imposing.
  # This message is too long to be a string in the A/UX 3.1 sh.
  # This message is too long to be a string in the A/UX 3.1 sh.
  cat <<_ACEOF
  cat <<_ACEOF
\`configure' configures or1ksim 2010-08-01 to adapt to many kinds of systems.
\`configure' configures or1ksim 2010-11-11 to adapt to many kinds of systems.
 
 
Usage: $0 [OPTION]... [VAR=VALUE]...
Usage: $0 [OPTION]... [VAR=VALUE]...
 
 
To assign environment variables (e.g., CC, CFLAGS...), specify them as
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.
VAR=VALUE.  See below for descriptions of some of the useful variables.
Line 1542... Line 1542...
_ACEOF
_ACEOF
fi
fi
 
 
if test -n "$ac_init_help"; then
if test -n "$ac_init_help"; then
  case $ac_init_help in
  case $ac_init_help in
     short | recursive ) echo "Configuration of or1ksim 2010-08-01:";;
     short | recursive ) echo "Configuration of or1ksim 2010-11-11:";;
   esac
   esac
  cat <<\_ACEOF
  cat <<\_ACEOF
 
 
Optional Features:
Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-option-checking  ignore unrecognized --enable/--with options
Line 1649... Line 1649...
fi
fi
 
 
test -n "$ac_init_help" && exit $ac_status
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
if $ac_init_version; then
  cat <<\_ACEOF
  cat <<\_ACEOF
or1ksim configure 2010-08-01
or1ksim configure 2010-11-11
generated by GNU Autoconf 2.64
generated by GNU Autoconf 2.64
 
 
Copyright (C) 2009 Free Software Foundation, Inc.
Copyright (C) 2009 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
gives unlimited permission to copy, distribute and modify it.
Line 2311... Line 2311...
} @%:@ ac_fn_c_compute_int
} @%:@ ac_fn_c_compute_int
cat >config.log <<_ACEOF
cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
running configure, to aid debugging if configure makes a mistake.
 
 
It was created by or1ksim $as_me 2010-08-01, which was
It was created by or1ksim $as_me 2010-11-11, which was
generated by GNU Autoconf 2.64.  Invocation command line was
generated by GNU Autoconf 2.64.  Invocation command line was
 
 
  $ $0 $@
  $ $0 $@
 
 
_ACEOF
_ACEOF
Line 10688... Line 10688...
fi
fi
 
 
 
 
# Define the identity of the package.
# Define the identity of the package.
 PACKAGE='or1ksim'
 PACKAGE='or1ksim'
 VERSION='2010-08-01'
 VERSION='2010-11-11'
 
 
 
 
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
@%:@define PACKAGE "$PACKAGE"
@%:@define PACKAGE "$PACKAGE"
_ACEOF
_ACEOF
Line 10871... Line 10871...
or32*)  CPU_ARCH=or32;
or32*)  CPU_ARCH=or32;
        ARCH_ISA=OR32;
        ARCH_ISA=OR32;
 
 
$as_echo "@%:@define OR32_TYPES 1" >>confdefs.h
$as_echo "@%:@define OR32_TYPES 1" >>confdefs.h
;;
;;
 
 
dlx*)   CPU_ARCH=dlx;
dlx*)   CPU_ARCH=dlx;
        ARCH_ISA=DLX;;
        ARCH_ISA=DLX;;
*)      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unknown target architecture $target_cpu: OR32 assumed" >&5
 
$as_echo "$as_me: WARNING: Unknown target architecture $target_cpu: OR32 assumed" >&2;};
*)      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unknown target architecture $target_cpu: OR32 ELF assumed" >&5
 
$as_echo "$as_me: WARNING: Unknown target architecture $target_cpu: OR32 ELF assumed" >&2;};
        CPU_ARCH=or32;
        CPU_ARCH=or32;
        ARCH_ISA=OR32;
        ARCH_ISA=OR32;
 
 
$as_echo "@%:@define OR32_TYPES 1" >>confdefs.h
$as_echo "@%:@define OR32_TYPES 1" >>confdefs.h
;;
;;
Line 10895... Line 10897...
;;
;;
esac
esac
 
 
 
 
 
 
# Set the CFLAGS we want
# Set the CFLAGS we want. We put the user flags last, so that if the user
CFLAGS="$CFLAGS -g -Wall -Werror -O2 -D$ARCH_ISA"
# changes the optimization level, that will take precedence.
 
CFLAGS="-g -Wall -Werror -O2 -D$ARCH_ISA $CFLAGS"
 
 
# By default we simply use the C compiler to build assembly code.
# By default we simply use the C compiler to build assembly code.
 
 
test "${CCAS+set}" = set || CCAS=$CC
test "${CCAS+set}" = set || CCAS=$CC
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
Line 11806... Line 11809...
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
@%:@define RETSIGTYPE $ac_cv_type_signal
@%:@define RETSIGTYPE $ac_cv_type_signal
_ACEOF
_ACEOF
 
 
 
 
for ac_header in unistd.h stdlib.h varargs.h stdarg.h string.h strings.h      \
for ac_header in unistd.h stdlib.h stdarg.h string.h strings.h      \
                 sys/ptem.h sys/pte.h sys/stream.h sys/stropts.h sys/select.h \
                 sys/ptem.h sys/pte.h sys/stream.h sys/stropts.h sys/select.h \
                 termcap.h termios.h termio.h sys/file.h locale.h getopt.h    \
                 termcap.h termios.h termio.h sys/file.h locale.h getopt.h    \
                 net/ethernet.h sys/ethernet.h malloc.h inttypes.h libintl.h  \
                 net/ethernet.h sys/ethernet.h malloc.h inttypes.h libintl.h  \
                 limits.h
                 limits.h
do :
do :
Line 13103... Line 13106...
 
 
test -n "$profile"  && CFLAGS="$CFLAGS $profile" LDFLAGS="$LDFLAGS $profile"
test -n "$profile"  && CFLAGS="$CFLAGS $profile" LDFLAGS="$LDFLAGS $profile"
 
 
# Check for a DejaGNU global config file. If not set, then set it
# Check for a DejaGNU global config file. If not set, then set it
# ourselves. This stops runtest complaining
# ourselves. This stops runtest complaining
if test x"$DEJAGNU" = x
 
then
 
  DEJAGNU="\$(top_srcdir)/testsuite/global-conf.exp"
  DEJAGNU="\$(top_srcdir)/testsuite/global-conf.exp"
fi
 
 
 
 
 
 
 
# The following line will override the default definition of the srcdir, and
# The following line will override the default definition of the srcdir, and
# ensure that short names are used for the test names.
# ensure that short names are used for the test names.
Line 13707... Line 13707...
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# Save the log message, to keep $0 and so on meaningful, and to
# Save the log message, to keep $0 and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
# values after options handling.
ac_log="
ac_log="
This file was extended by or1ksim $as_me 2010-08-01, which was
This file was extended by or1ksim $as_me 2010-11-11, which was
generated by GNU Autoconf 2.64.  Invocation command line was
generated by GNU Autoconf 2.64.  Invocation command line was
 
 
  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_LINKS    = $CONFIG_LINKS
Line 13771... Line 13771...
Report bugs to ."
Report bugs to ."
 
 
_ACEOF
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
ac_cs_version="\\
or1ksim config.status 2010-08-01
or1ksim config.status 2010-11-11
configured by $0, generated by GNU Autoconf 2.64,
configured by $0, generated by GNU Autoconf 2.64,
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
 
Copyright (C) 2009 Free Software Foundation, Inc.
Copyright (C) 2009 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
This config.status script is free software; the Free Software Foundation

powered by: WebSVN 2.1.0

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