aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/README
diff options
context:
space:
mode:
Diffstat (limited to 'util/crossgcc/README')
-rw-r--r--util/crossgcc/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/util/crossgcc/README b/util/crossgcc/README
new file mode 100644
index 0000000000..e29f5e132b
--- /dev/null
+++ b/util/crossgcc/README
@@ -0,0 +1,17 @@
+README
+------
+
+This is a cross toolchain builder for -elf toolchains (ie. no libc support)
+
+known working:
+ i386-elf
+ x86_64-elf
+ powerpc-elf
+ mipsel-elf
+
+known broken:
+ alpha-elf
+ arm-elf
+ powerpc64-elf
+
+