summaryrefslogtreecommitdiffstats
path: root/c/make
diff options
context:
space:
mode:
Diffstat (limited to 'c/make')
-rw-r--r--c/make/ChangeLog7
-rw-r--r--c/make/target.cfg.in2
2 files changed, 7 insertions, 2 deletions
diff --git a/c/make/ChangeLog b/c/make/ChangeLog
index 532d8f4e91..9e068e40eb 100644
--- a/c/make/ChangeLog
+++ b/c/make/ChangeLog
@@ -1,3 +1,10 @@
+2002-09-13 Joel Sherrill <joel@OARcorp.com>
+
+ * Part of addressing PR281.
+ * target.cfg.in: Removed remaining support for RTEMS_USE_GCC272
+ and RTEMS_LIBC_DIR.
+
+
2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove ENABLE_GCC28.
diff --git a/c/make/target.cfg.in b/c/make/target.cfg.in
index 803ea1786b..c1c077cb2a 100644
--- a/c/make/target.cfg.in
+++ b/c/make/target.cfg.in
@@ -38,8 +38,6 @@ RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@
RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@
RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
-RTEMS_USE_GCC272 = @RTEMS_USE_GCC272@
-RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
RTEMS_CPU = @RTEMS_CPU@
XCFLAGS=$(CFLAGS_FOR_TARGET)