summaryrefslogtreecommitdiffstats
path: root/tools/cpu/generic
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/generic')
-rw-r--r--tools/cpu/generic/ChangeLog4
-rw-r--r--tools/cpu/generic/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/cpu/generic/ChangeLog b/tools/cpu/generic/ChangeLog
index 35ebb2c3a6..1aea241a68 100644
--- a/tools/cpu/generic/ChangeLog
+++ b/tools/cpu/generic/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
+
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
diff --git a/tools/cpu/generic/configure.ac b/tools/cpu/generic/configure.ac
index ea7f4844f2..706b70bcde 100644
--- a/tools/cpu/generic/configure.ac
+++ b/tools/cpu/generic/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.57)
-AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
+AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([size_rtems.in])
RTEMS_TOP(../../..)