summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/ChangeLog4
-rw-r--r--c/TOOL_TARGETS6
2 files changed, 10 insertions, 0 deletions
diff --git a/c/ChangeLog b/c/ChangeLog
index b3b4157cb0..dbf5d07e51 100644
--- a/c/ChangeLog
+++ b/c/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-09 Kolja Waschk <waschk@telos.de>
+
+ * TOOL_TARGETS: New port to Altera NIOS II.
+
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove depend-am.
diff --git a/c/TOOL_TARGETS b/c/TOOL_TARGETS
index bd30020567..7b588ea219 100644
--- a/c/TOOL_TARGETS
+++ b/c/TOOL_TARGETS
@@ -28,6 +28,12 @@ mips:
NOTE: Little endian configuration is not in all tools and
is untested for RTEMS itself.
+nios2:
+ nios2-elf ELF Little endian
+
+ NOTE: Currently there is no native nios2-rtems toolchain;
+ Altera's nios2-elf-tools can be used with wrapper scripts.
+
powerpc:
powerpc-rtems ELF
powerpcle-rtems ELF Little endian