mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
lets not forget about c++!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
892c8caa3c
commit
4734ed8b87
@ -152,6 +152,7 @@ $ llvm-gcc -use-gold-plugin a.o b.o -o main # <-- link with LLVMgold plugin
|
||||
binutils):
|
||||
<pre class="doc_code">
|
||||
export CC="$PREFIX/bin/llvm-gcc -use-gold-plugin"
|
||||
export CXX="$PREFIX/bin/llvm-g++ -use-gold-plugin"
|
||||
export AR="$PREFIX/bin/ar --plugin libLLVMgold.so"
|
||||
export NM="$PREFIX/bin/nm --plugin libLLVMgold.so"
|
||||
export RANLIB=/bin/true #ranlib is not needed, and doesn't support .bc files in .a
|
||||
|
Loading…
Reference in New Issue
Block a user