mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Modular and reuseable compiler and toolchain technologies"
|
||||
SUMMARY="Modular and reuseable compiler and toolchain technologies"
|
||||
DESCRIPTION="
|
||||
LLVM is a collection of modular and reuseable compiler and and toolchain \
|
||||
technologies.
|
||||
@@ -48,7 +48,7 @@ PROVIDES="
|
||||
lib:BugpointPasses$secondaryArchSuffix
|
||||
lib:LLVMHello$secondaryArchSuffix
|
||||
lib:libLTO$secondaryArchSuffix
|
||||
|
||||
|
||||
devel:libLLVMAArch64AsmParser$secondaryArchSuffix
|
||||
devel:libLLVMAArch64AsmPrinter$secondaryArchSuffix
|
||||
devel:libLLVMAArch64CodeGen$secondaryArchSuffix
|
||||
@@ -186,7 +186,7 @@ BUILD()
|
||||
# Haiku C++ requires rtti in a lot of central system components
|
||||
# such as Mesa
|
||||
export REQUIRES_RTTI=1
|
||||
runConfigure ./configure --enable-optimized
|
||||
runConfigure ./configure --enable-optimized
|
||||
make $jobArgs PROJ_datadir=$dataDir PROJ_docsdir=$docDir \
|
||||
PROJ_mandir=$manDir PROJ_includedir=$includeDir PROJ_libdir=$libDir
|
||||
}
|
||||
@@ -205,13 +205,13 @@ INSTALL()
|
||||
prepareInstalledDevelLibs libLLVMX86AsmParser libLLVMX86Disassembler libLLVMX86Utils
|
||||
prepareInstalledDevelLibs libLLVMXCoreDisassembler
|
||||
prepareInstalledDevelLibs libLLVMSparcAsmParser libLLVMSparcDisassembler
|
||||
|
||||
|
||||
for arch in AArch64 ARM Hexagon Mips MSP430 NVPTX PowerPC R600 SystemZ Sparc X86 XCore
|
||||
do
|
||||
prepareInstalledDevelLibs libLLVM${arch}AsmPrinter \
|
||||
libLLVM${arch}CodeGen libLLVM${arch}Desc libLLVM${arch}Info
|
||||
done
|
||||
|
||||
|
||||
prepareInstalledDevelLibs libLLVMAnalysis libLLVMAsmParser \
|
||||
libLLVMAsmPrinter libLLVMBitReader libLLVMBitWriter libLLVMCodeGen \
|
||||
libLLVMCore libLLVMCppBackendCodeGen libLLVMCppBackendInfo \
|
||||
|
||||
Reference in New Issue
Block a user