From: Chris Lattner Date: Wed, 9 Feb 2005 21:05:01 +0000 (+0000) Subject: this should be incorporated into the build X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e1a53a59b363adc8fa0ab83dd9d7b0e6c31f00c2;p=oota-llvm.git this should be incorporated into the build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20094 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index bd1faf4dd2d..ceb723e394a 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -293,7 +293,6 @@ If you need to create a library for an MS DLL, do the following:
  • dlltool.exe -k -d /C/MinGW/lib/file.def -l /C/MinGW/lib/libfile.a.
  • -Add in .profile: export CPPFLAGS="-D__MINGW -DLLVM_ON_WIN32=1"

    Note that you will need about 1-3 GB of space for a full LLVM build in Debug