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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_1_0/] [or1ksim/] [configure.in] - Diff between revs 371 and 397

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

Rev 371 Rev 397
Line 19... Line 19...
 
 
dnl yuck
dnl yuck
case "$target_cpu" in
case "$target_cpu" in
or32*)  CPU_ARCH=or32;
or32*)  CPU_ARCH=or32;
        ARCH_ISA=OR32;;
        ARCH_ISA=OR32;;
or16*)  CPU_ARCH=or16;
 
        ARCH_ISA=OR16;;
 
dlx*)   CPU_ARCH=dlx;
dlx*)   CPU_ARCH=dlx;
        ARCH_ISA=DLX;;
        ARCH_ISA=DLX;;
esac
esac
AC_SUBST(CPU_ARCH)
AC_SUBST(CPU_ARCH)
 
 
Line 147... Line 145...
 
 
AC_DEFINE(HAS_EXECUTION)
AC_DEFINE(HAS_EXECUTION)
AC_DEFINE(HAS_DEBUG)
AC_DEFINE(HAS_DEBUG)
 
 
dnl yuck
dnl yuck
INCLUDES="-I\${top_srcdir}/cpu/common -I\${top_srcdir}/cpu/or1k \
INCLUDES="-I\${top_srcdir} -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}/cpu/$CPU_ARCH -I\${top_srcdir}/cache -I\${top_srcdir}/mmu \
-I\${top_srcdir}/bpb -I\${top_srcdir}/peripheral -I\${top_srcdir}/tick \
-I\${top_srcdir}/bpb -I\${top_srcdir}/peripheral -I\${top_srcdir}/tick \
-I\${top_srcdir}/pm -I\${top_srcdir}/pic -I\${top_srcdir}/debug -I\${top_srcdir}/vapi"
-I\${top_srcdir}/pm -I\${top_srcdir}/pic -I\${top_srcdir}/debug -I\${top_srcdir}/vapi"
AC_SUBST(INCLUDES)
AC_SUBST(INCLUDES)
 
 
test -n "$profile"  && CFLAGS="$CFLAGS $profile" LDFLAGS="$LDFLAGS $profile"
test -n "$profile"  && CFLAGS="$CFLAGS $profile" LDFLAGS="$LDFLAGS $profile"
test -n "$debugmod" && CFLAGS="$CFLAGS $debugmod"
test -n "$debugmod" && CFLAGS="$CFLAGS $debugmod"
CFLAGS="$CFLAGS $IMPL"
CFLAGS="$CFLAGS $IMPL"
 
 
AC_OUTPUT([Makefile bpb/Makefile cache/Makefile cpu/Makefile
AC_OUTPUT([Makefile bpb/Makefile cache/Makefile cpu/Makefile
        cpu/common/Makefile cpu/or32/Makefile cpu/or16/Makefile
        cpu/common/Makefile cpu/or32/Makefile
        cpu/or1k/Makefile cpu/dlx/Makefile debug/Makefile
        cpu/or1k/Makefile cpu/dlx/Makefile debug/Makefile
        support/Makefile mmu/Makefile peripheral/Makefile tick/Makefile
        support/Makefile mmu/Makefile peripheral/Makefile tick/Makefile
        pm/Makefile pic/Makefile debug/Makefile vapi/Makefile],
        pm/Makefile pic/Makefile debug/Makefile vapi/Makefile],
[
[
# Makefile uses this timestamp file to record whether config.h is up to date.
# Makefile uses this timestamp file to record whether config.h is up to date.

powered by: WebSVN 2.1.0

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