summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-06 23:43:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-06 23:43:22 +0000
commit8f029eeb3f519d53c12601cb48a0cd401e4c0ad6 (patch)
tree36e12c8cc9c6b17ee8a0f86ce1f8027f32b0c1aa /README
parentc7f71fb3c590b1e2c1542de450ecce6e0d267c56 (diff)
2009-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Add information on host requirements. * do_cpus: Removed. Now in test_driver.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index 721e8d0..abd77ff 100644
--- a/README
+++ b/README
@@ -91,6 +91,26 @@ mkdir log
Update VERSIONS appropriately
+MPFR/GMP
+========
+
+You must have a sufficiently recent version of GMP and MPFR to build
+GCC. On some OSes you can install a standard package. On others,
+you may have to provide your own installation.
+
+Fedora 10: Install mpfr-devel.
+
+GNAT
+====
+
+You must have a native GNAT installed. . On some OSes you can
+install a standard package. On others, you may have to provide
+your own installation. The first step in the build process is
+building a native compiler with potentially C, C++ and Ada support.
+This compiler will be used for all subsequent cross tool builds.
+
+Fedora 10: Install gcc-gnat.
+
DejaGNU Support Files
=====================