From 303b238cc3a9fbdbc37ae9d12f669961dd83176e Mon Sep 17 00:00:00 2001
From: John Criswell
Date: Fri, 19 Mar 2004 21:59:23 +0000
Subject: Updated code and source sizes. Fixed some minor typos.
llvm-svn: 12513
---
llvm/docs/GettingStarted.html | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index b79d566..0e062f9 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -182,10 +182,10 @@ software you will need.
Linux on x86 (Pentium and above)
- - Approximately 918 MB of Free Disk Space
+
- Approximately 1.02 GB of Free Disk Space
- - Source code: 28 MB
- - Object code: 850 MB
+ - Source code: 45 MB
+ - Object code: 956 MB
- GCC front end: 40 MB
@@ -193,10 +193,10 @@ software you will need.
Solaris on SparcV9 (Ultrasparc)
- - Approximately 1.52 GB of Free Disk Space
+
- Approximately 1.75 GB of Free Disk Space
- - Source code: 28 MB
- - Object code: 1470 MB
+ - Source code: 45 MB
+ - Object code: 1705 MB
- GCC front end: 50 MB
@@ -204,9 +204,9 @@ software you will need.
FreeBSD on x86 (Pentium and above)
- - Approximately 918 MB of Free Disk Space
+
- Approximately 935 MB of Free Disk Space
- - Source code: 28 MB
+ - Source code: 45 MB
- Object code: 850 MB
- GCC front end: 40 MB
@@ -216,9 +216,9 @@ software you will need.
- MacOS X on PowerPC
- No native code generation
-
- Approximately 1.20 GB of Free Disk Space
+
- Approximately 1.25 GB of Free Disk Space
- - Source code: 28 MB
+ - Source code: 45 MB
- Object code: 1160 MB
- GCC front end: 40 MB
@@ -871,7 +871,7 @@ different tools.
- llvm/lib/Target/
- This directory contains files that
describe various target architectures for code generation. For example,
- the llvm/lib/Target/Sparc directory holds the Sparc machine
+ the llvm/lib/Target/SparcV9 directory holds the Sparc machine
description.
- llvm/lib/CodeGen/
- This directory contains the major parts
--
cgit v1.1