From 1d3a8b0bd88f4a3bc4359c2bf18eda4c62c6b2b2 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 20 Jul 2004 20:25:18 +0000 Subject: [PATCH] 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 --- docs/GettingStarted.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.

-- 2.34.1