codelite: rebuild for llvm11
This commit is contained in:
parent
51f2d203b3
commit
95b5cc7b2f
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'codelite'
|
||||
pkgname=codelite
|
||||
version=13.0
|
||||
revision=3
|
||||
revision=4
|
||||
archs="i686* x86_64* ppc64le*"
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_PCH=0
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- llvm/lib/Target/PowerPC/PPCSubtarget.cpp
|
||||
+++ llvm/lib/Target/PowerPC/PPCSubtarget.cpp
|
||||
@@ -150,7 +150,7 @@ void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
|
||||
if ((TargetTriple.isOSFreeBSD() && TargetTriple.getOSMajorVersion() >= 13) ||
|
||||
TargetTriple.isOSNetBSD() || TargetTriple.isOSOpenBSD() ||
|
||||
- TargetTriple.isMusl())
|
||||
+ isTargetLinux())
|
||||
SecurePlt = true;
|
||||
|
||||
|
||||
if (HasSPE && IsPPC64)
|
||||
|
|
Loading…
Reference in a new issue