From: Misha Brukman Date: Tue, 20 Jul 2004 20:25:18 +0000 (+0000) Subject: Refer would-be llvm-gcc source users/hackers to the compilation guide. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1d3a8b0bd88f4a3bc4359c2bf18eda4c62c6b2b2;p=oota-llvm.git Refer would-be llvm-gcc source users/hackers to the compilation guide. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15046 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 5653fb2a047..ffd8537f30d 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -240,8 +240,7 @@ 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.