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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_58/] [or1ksim/] [configure] - Diff between revs 18 and 26

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

Rev 18 Rev 26
Line 780... Line 780...
fi
fi
 
 
 
 
PACKAGE=or1ksim
PACKAGE=or1ksim
 
 
VERSION=1.2
VERSION=1.3
 
 
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
fi
fi
cat >> confdefs.h <
cat >> confdefs.h <
Line 1911... Line 1911...
or16*)  CPU_ARCH=or16;;
or16*)  CPU_ARCH=or16;;
dlx*)   CPU_ARCH=dlx;;
dlx*)   CPU_ARCH=dlx;;
esac
esac
 
 
 
 
INCLUDES="-I\${top_srcdir}/cpu/common -I\${top_srcdir}/cpu/$CPU_ARCH -I\${top_srcdir}/cache -I\${top_srcdir}/mmu \
INCLUDES="-I\${top_srcdir}/cpu/common -I\${top_srcdir}/cpu/or1k \
 
-I\${top_srcdir}/cpu/$CPU_ARCH -I\${top_srcdir}/cache -I\${top_srcdir}/mmu \
-I\${top_srcdir}/bpb"
-I\${top_srcdir}/bpb"
 
 
 
 
 
 
trap '' 1 2 15
trap '' 1 2 15
Line 2019... Line 2020...
ac_given_srcdir=$srcdir
ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
ac_given_INSTALL="$INSTALL"
 
 
trap 'rm -fr `echo "Makefile bpb/Makefile cache/Makefile cpu/Makefile
trap 'rm -fr `echo "Makefile bpb/Makefile cache/Makefile cpu/Makefile
        cpu/common/Makefile cpu/or32/Makefile cpu/or16/Makefile
        cpu/common/Makefile cpu/or32/Makefile cpu/or16/Makefile
        cpu/dlx/Makefile
        cpu/or1k/Makefile cpu/dlx/Makefile
        support/Makefile mmu/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
        support/Makefile mmu/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
EOF
cat >> $CONFIG_STATUS <
cat >> $CONFIG_STATUS <
 
 
# Protect against being on the right side of a sed subst in config.status.
# Protect against being on the right side of a sed subst in config.status.
Line 2135... Line 2136...
 
 
cat >> $CONFIG_STATUS <
cat >> $CONFIG_STATUS <
 
 
CONFIG_FILES=\${CONFIG_FILES-"Makefile bpb/Makefile cache/Makefile cpu/Makefile
CONFIG_FILES=\${CONFIG_FILES-"Makefile bpb/Makefile cache/Makefile cpu/Makefile
        cpu/common/Makefile cpu/or32/Makefile cpu/or16/Makefile
        cpu/common/Makefile cpu/or32/Makefile cpu/or16/Makefile
        cpu/dlx/Makefile
        cpu/or1k/Makefile cpu/dlx/Makefile
        support/Makefile mmu/Makefile"}
        support/Makefile mmu/Makefile"}
EOF
EOF
cat >> $CONFIG_STATUS <<\EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".

powered by: WebSVN 2.1.0

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