From 22e9e33949b76d49cf7b9e078f7e8911ec7378fa Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 9 Aug 2004 19:57:01 +0000 Subject: Add note about AIX/PowerPC with disk space requirements. Wrap long line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15588 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'docs/GettingStarted.html') diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ffd8537..2716495 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -202,7 +202,7 @@ software you will need.

  • Approximately 1.75 GB of Free Disk Space
  • @@ -221,16 +221,27 @@ software you will need.

  • MacOS X on PowerPC +
  • +
  • AIX on PowerPC +
  • +

    The LLVM suite may compile on other platforms, but it is not @@ -240,7 +251,8 @@ generation should work as well, although the generated native code may not work on your platform.

    The GCC front end is not very portable at the moment. If you want to get it -to work on another platform, you can download a copy of the source and try to compile it on your platform.

    +to work on another platform, you can download a copy of the source and try to compile it on your platform.

    -- cgit v1.1