URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [make/] [configure.in] - Rev 562
Go to most recent revision | Compare with Previous | Blame | View Log
dnl Process this file with autoconf to produce a configure script.dnldnl $Id: configure.in,v 1.2 2001-09-27 11:59:11 chris Exp $dnldnl This script configures the configuration files below c/make/dnlAC_PREREQ(2.13)AC_INIT(target.cfg.in)RTEMS_TOP(../..)AC_CONFIG_AUX_DIR(../..)RTEMS_CANONICAL_TARGET_CPUAM_INIT_AUTOMAKE(rtems-c-make,$RTEMS_VERSION,no)AM_MAINTAINER_MODERTEMS_ENABLE_MULTIPROCESSINGRTEMS_ENABLE_POSIXRTEMS_ENABLE_ITRONRTEMS_ENABLE_NETWORKINGRTEMS_ENABLE_RDBGRTEMS_ENABLE_INLINESRTEMS_ENABLE_CXXRTEMS_ENABLE_GCC28RTEMS_CHECK_CPURTEMS_CANONICAL_HOSTRTEMS_PROJECT_ROOTRTEMS_PROG_CC_FOR_TARGETdnl check for g++if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; thenRTEMS_PROG_CXX_FOR_TARGETfiRTEMS_CANONICALIZE_TOOLSAC_SUBST(rtems_cv_prog_cc_cross)AC_SUBST(RTEMS_HAS_POSIX)AC_SUBST(RTEMS_HOST)AC_SUBST(RTEMS_HAS_CPLUSPLUS)AC_SUBST(RTEMS_USE_GCC272)AC_SUBST(RTEMS_CPU)# Explicitly list all Makefiles hereAC_OUTPUT(Makefiletarget.cfg)
Go to most recent revision | Compare with Previous | Blame | View Log
