summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-24 18:06:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-24 18:06:01 +0000
commitb00b6a7808ac92b02b9e556433f9408069b58f15 (patch)
treee7cfcc3d77868653b467f658e6db1281213536ac /c
parent2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b00b6a7808ac92b02b9e556433f9408069b58f15.tar.bz2
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.
Diffstat (limited to 'c')
-rw-r--r--c/make/ChangeLog5
-rw-r--r--c/make/configure.in1
-rw-r--r--c/make/target.cfg.in3
3 files changed, 5 insertions, 4 deletions
diff --git a/c/make/ChangeLog b/c/make/ChangeLog
index 7b0303fbe9..995da2e6fc 100644
--- a/c/make/ChangeLog
+++ b/c/make/ChangeLog
@@ -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>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/c/make/configure.in b/c/make/configure.in
index 6240f19e8c..898b9fd244 100644
--- a/c/make/configure.in
+++ b/c/make/configure.in
@@ -39,7 +39,6 @@ fi
RTEMS_CANONICALIZE_TOOLS
-AC_SUBST(rtems_cv_prog_cc_cross)
AC_SUBST(RTEMS_HAS_POSIX)
AC_SUBST(RTEMS_HOST)
AC_SUBST(RTEMS_HAS_CPLUSPLUS)
diff --git a/c/make/target.cfg.in b/c/make/target.cfg.in
index da7143ecba..c40840e4db 100644
--- a/c/make/target.cfg.in
+++ b/c/make/target.cfg.in
@@ -34,9 +34,6 @@ export OBJCOPY
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_POSIX_API = @RTEMS_HAS_POSIX_API@
RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@