From 14ab537b5a15678a9c62e72ce9af3141b10d4cb4 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Mon, 15 Nov 2004 05:19:53 +0000
Subject: [PATCH] Replace the textual description with table specifying disk
space requirements
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17819 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 113 +++++++++++++++++++--------------------
1 file changed, 54 insertions(+), 59 deletions(-)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 69bfcb91d69..471138d29ba 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -188,66 +188,61 @@ software you will need.
LLVM is known to work on the following platforms:
-
+
+
+ OS |
+ Arch |
+ Source code |
+ Object code |
+ GCC front end |
+ Total space |
+
+
+ Linux |
+ x861 |
+ 57 MB |
+ 2.5 GB |
+ 30 MB |
+ 2.6 GB |
+
+
+ Solaris |
+ V9 (Ultrasparc) |
+ 57 MB |
+ 2.5 GB |
+ 46 MB |
+ 2.6 GB |
+
+
+ FreeBSD |
+ x861 |
+ 57 MB |
+ 850 GB |
+ 40 MB |
+ 1 GB |
+
+
+ MacOS X |
+ PowerPC |
+ 57 MB |
+ 1.5 GB |
+ 36 MB |
+ 1.6 GB |
+
+
+ AIX2 |
+ PowerPC |
+ 92 MB |
+ 2.8 GB |
+ 123 MB |
+ 3 GB |
+
+
- - Linux on x86 (Pentium and above)
-
- - Approximately 2.6 GB of Free Disk Space
-
- - Source code: 57 MB
- - Object code: 2.5 GB
- - GCC front end: 30 MB
-
-
-
-
- - Solaris on SparcV9 (Ultrasparc)
-
- - Approximately 2.6 GB of Free Disk Space
-
- - Source code: 57 MB
- - Object code: 2.5 GB
- - GCC front end: 46 MB
-
-
-
-
- - FreeBSD on x86 (Pentium and above)
-
- - Approximately 1 GB of Free Disk Space
-
- - Source code: 57 MB
- - Object code: 850 MB
- - GCC front end: 40 MB
-
-
-
-
- - MacOS X on PowerPC
-
- - Experimental support for static native code generation
-
- Approximately 1.6 GB of Free Disk Space
-
- - Source code: 57 MB
- - Object code: 1.5 GB
- - GCC front end: 36 MB
-
-
-
-
- - AIX on PowerPC
-
-
-
-
+
+1 Code generation supported for Pentium processors and up
+2 No native code generation
+
The LLVM suite may compile on other platforms, but it is not
guaranteed to do so. If compilation is successful, the LLVM utilities should be