2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: Remove rtems_cv_prog_cc_cross reference.
	* target.cfg.in: Delete commented out lines regarding obsolete lines.
This commit is contained in:
Joel Sherrill
2001-01-24 18:06:01 +00:00
parent f42b726174
commit b00b6a7808
3 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Remove rtems_cv_prog_cc_cross reference.
* target.cfg.in: Delete commented out lines regarding obsolete lines.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -39,7 +39,6 @@ fi
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
AC_SUBST(rtems_cv_prog_cc_cross)
AC_SUBST(RTEMS_HAS_POSIX) AC_SUBST(RTEMS_HAS_POSIX)
AC_SUBST(RTEMS_HOST) AC_SUBST(RTEMS_HOST)
AC_SUBST(RTEMS_HAS_CPLUSPLUS) AC_SUBST(RTEMS_HAS_CPLUSPLUS)

View File

@@ -34,9 +34,6 @@ export OBJCOPY
export CXX export CXX
# OBSOLETE: The macros below are installation dependent
# RTEMS_CROSS_TARGET=@rtems_cv_prog_cc_cross@
# RTEMS_HOST = @RTEMS_HOST@
RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@ RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@ RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@ RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@