summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-06 07:13:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-06 07:13:50 +0000
commitc2113d303852f9b6c90985e4d21245fcf6a42d38 (patch)
tree8241b230202d4a263f1c6bd3195902d91ac7f11b /ChangeLog
parent2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c2113d303852f9b6c90985e4d21245fcf6a42d38.tar.bz2
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY. * aclocal/prog-cc.m4: Reworked CFLAGS handling. * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b67bbdc3e..f7edd9044f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
+ CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
+ * aclocal/prog-cc.m4: Reworked CFLAGS handling.
+ * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
+
+2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/rtems-flags.m4: New.
2002-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>