summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-09 21:45:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-09 21:45:12 +0000
commit13608a91d5ab0293ed2158c1c6b7a5ec6ecc87a4 (patch)
treee46179ad7fa5346574c5249d52bf5c8458f82009 /README
parent6952db5ef08a54488d1319540897c194cd5165ea (diff)
2009-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Add more details now that rtbf64 is running tests.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index 00aae4a..6e37374 100644
--- a/README
+++ b/README
@@ -90,9 +90,19 @@ tar xjf automake-1.10.2.tar.bz2
mkdir install
mkdir bsp-install
mkdir log
+
+### Verify the file VERSIONS matches your installation.
=========================================
-Update VERSIONS appropriately
+x86_64 Host
+============
+
+You will likely need the 32 bit glibc development kit. If you do not
+have this you will get an error like the following while building gcc:
+
+gnu/stubs-32.h: No such file or directory
+
+Fedora 10: yum install glibc-devel
DejaGNU
========