summaryrefslogtreecommitdiffstats
path: root/tools/cpu/nios2
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/nios2')
-rw-r--r--tools/cpu/nios2/ChangeLog4
-rw-r--r--tools/cpu/nios2/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/cpu/nios2/ChangeLog b/tools/cpu/nios2/ChangeLog
index 4b4aac55a1..f245c3cd14 100644
--- a/tools/cpu/nios2/ChangeLog
+++ b/tools/cpu/nios2/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: New BUG-REPORT address.
+
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
diff --git a/tools/cpu/nios2/configure.ac b/tools/cpu/nios2/configure.ac
index 40da9cc107..a926375afa 100644
--- a/tools/cpu/nios2/configure.ac
+++ b/tools/cpu/nios2/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.60)
-AC_INIT([rtems-tools-cpu-nios2],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
+AC_INIT([rtems-tools-cpu-nios2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([nios2gen.c])
RTEMS_TOP(../../..)