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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [testbench/] [configure.in] - Diff between revs 385 and 410

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

Rev 385 Rev 410
Line 60... Line 60...
                OR1K_LDFLAGS="-T\${top_srcdir}/except.ld"
                OR1K_LDFLAGS="-T\${top_srcdir}/except.ld"
                ;;
                ;;
esac
esac
echo $TESTS_ENV
echo $TESTS_ENV
AM_CONDITIONAL(OR1K_EXCEPT, test x$COMPILE = xor1k)
AM_CONDITIONAL(OR1K_EXCEPT, test x$COMPILE = xor1k)
CFLAGS="$CFLAGS -Wall"
 
 
copysec=
 
AC_MSG_CHECKING(whether to enable section copying)
 
AC_ARG_ENABLE(copysec,
 
    [  --enable-copysec      generate section copy code], [
 
    case "$enableval" in
 
        yes) copysec="-DCOPY_SECTIONS" ;;
 
    esac
 
])
 
AC_MSG_RESULT(${enable_copysec-no})
 
 
 
 
 
CFLAGS="$CFLAGS -Wall $copysec"
 
 
AC_SUBST(INCLUDES)
AC_SUBST(INCLUDES)
INCLUDES="-I\${top_srcdir}/support"
INCLUDES="-I\${top_srcdir}/support"
 
 
dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks for typedefs, structures, and compiler characteristics.

powered by: WebSVN 2.1.0

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