summaryrefslogtreecommitdiff
path: root/Tools/gcc/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/gcc/README.txt')
-rw-r--r--Tools/gcc/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Tools/gcc/README.txt b/Tools/gcc/README.txt
new file mode 100644
index 0000000000..0ec853d386
--- /dev/null
+++ b/Tools/gcc/README.txt
@@ -0,0 +1,16 @@
+You may run these scripts to build a Tiano Cross compiler. They have been
+tested on Cygwin, OS X and Linux. You should expect to hack on these scripts to
+make them work on your system. You may need to install additional tools on your
+system to make the scripts work.
+
+You will need
+
+ A recent version of gcc that is able to produce executables for the machine
+ that you want to run this compiler on (the host machine).
+ wget or curl
+ tar
+ bzip
+ gzip
+ bash
+ and possibly others
+