summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-09-06 02:45:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-09-06 02:45:50 +0000
commit640e0dd6fad2e57f0027b13c08d396a3074f4f60 (patch)
tree85d10f2c6dae1c2c54af63cbcb215b159f15dd02 /c
parent2002-09-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-640e0dd6fad2e57f0027b13c08d396a3074f4f60.tar.bz2
2002-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.inc.in: Comment out RTEMS_USE_GCC272. Comment out RTEMS_LIBC_DIR.
Diffstat (limited to 'c')
-rw-r--r--c/src/make/ChangeLog5
-rw-r--r--c/src/make/Makefile.inc.in6
2 files changed, 9 insertions, 2 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index 5d14924e30..8b0a35cddf 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.inc.in: Comment out RTEMS_USE_GCC272.
+ Comment out RTEMS_LIBC_DIR.
+
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_BSP_ALIAS.
diff --git a/c/src/make/Makefile.inc.in b/c/src/make/Makefile.inc.in
index 10c6190f07..ea4f978f69 100644
--- a/c/src/make/Makefile.inc.in
+++ b/c/src/make/Makefile.inc.in
@@ -38,8 +38,10 @@ RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@
RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@
-RTEMS_USE_GCC272 = @RTEMS_USE_GCC272@
-RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
+# OBSOLETE: Don't use
+# RTEMS_USE_GCC272 = no
+# OBSOLETE: Don't use
+# RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
export RTEMS_BSP
export RTEMS_CUSTOM