mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
RPCS3: reverted to previous version as the new one is not compiling
This commit is contained in:
parent
c8a078fad5
commit
17dc9f294d
|
@ -880,65 +880,65 @@ modules:
|
||||||
|
|
||||||
# llvm13 is already included in the flathub enviornment, letś see if it's working correctly as this module fails
|
# llvm13 is already included in the flathub enviornment, letś see if it's working correctly as this module fails
|
||||||
|
|
||||||
# - name: rpcs3-llvm
|
- name: rpcs3-llvm
|
||||||
# buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
# builddir: true
|
builddir: true
|
||||||
# build-options:
|
build-options:
|
||||||
# cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||||
# -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
||||||
# -fcf-protection -fno-omit-frame-pointer
|
-fcf-protection -fno-omit-frame-pointer
|
||||||
# cflags-override: true
|
cflags-override: true
|
||||||
# cxxflags: -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
cxxflags: -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||||
# -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
||||||
# -fcf-protection -fno-omit-frame-pointer -msse -msse2 -mcx16
|
-fcf-protection -fno-omit-frame-pointer -msse -msse2 -mcx16
|
||||||
# cxxflags-override: true
|
cxxflags-override: true
|
||||||
# env:
|
env:
|
||||||
# AR: llvm-ar
|
AR: llvm-ar
|
||||||
# CC: clang
|
CC: clang
|
||||||
# CXX: clang++
|
CXX: clang++
|
||||||
# RANLIB: llvm-ranlib
|
RANLIB: llvm-ranlib
|
||||||
# ldflags: -fuse-ld=lld
|
ldflags: -fuse-ld=lld
|
||||||
# prepend-ld-library-path: /usr/lib/sdk/llvm14/lib
|
prepend-ld-library-path: /usr/lib/sdk/llvm13/lib
|
||||||
# prepend-path: /usr/lib/sdk/llvm14/bin
|
prepend-path: /usr/lib/sdk/llvm13/bin
|
||||||
# config-opts:
|
config-opts:
|
||||||
# - -DCMAKE_BUILD_TYPE=Release
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
# - -DBUILD_SHARED_LIBS=OFF
|
- -DBUILD_SHARED_LIBS=OFF
|
||||||
# - -DLLVM_CCACHE_BUILD=ON
|
- -DLLVM_CCACHE_BUILD=ON
|
||||||
# - -DLLVM_TARGETS_TO_BUILD='X86'
|
- -DLLVM_TARGETS_TO_BUILD='X86'
|
||||||
# - -DLLVM_BUILD_RUNTIME=OFF
|
- -DLLVM_BUILD_RUNTIME=OFF
|
||||||
# - -DLLVM_BUILD_TOOLS=OFF
|
- -DLLVM_BUILD_TOOLS=OFF
|
||||||
# - -DLLVM_INCLUDE_DOCS=OFF
|
- -DLLVM_INCLUDE_DOCS=OFF
|
||||||
# - -DLLVM_INCLUDE_EXAMPLES=OFF
|
- -DLLVM_INCLUDE_EXAMPLES=OFF
|
||||||
# - -DLLVM_INCLUDE_TESTS=OFF
|
- -DLLVM_INCLUDE_TESTS=OFF
|
||||||
# - -DLLVM_INCLUDE_TOOLS=OFF
|
- -DLLVM_INCLUDE_TOOLS=OFF
|
||||||
# - -DLLVM_INCLUDE_UTILS=OFF
|
- -DLLVM_INCLUDE_UTILS=OFF
|
||||||
# - -DLLVM_USE_INTEL_JITEVENTS=ON
|
- -DLLVM_USE_INTEL_JITEVENTS=ON
|
||||||
# - -DLLVM_USE_PERF=ON
|
- -DLLVM_USE_PERF=ON
|
||||||
# - -DLLVM_ENABLE_Z3_SOLVER=OFF
|
- -DLLVM_ENABLE_Z3_SOLVER=OFF
|
||||||
# - -DCMAKE_CXX_STANDARD=17
|
- -DCMAKE_CXX_STANDARD=17
|
||||||
# - -DITTAPI_SOURCE_DIR=/run/build/rpcs3-llvm/ittapi
|
- -DITTAPI_SOURCE_DIR=/run/build/rpcs3-llvm/ittapi
|
||||||
# - -Wno-dev
|
- -Wno-dev
|
||||||
# cleanup:
|
cleanup:
|
||||||
# - '*'
|
- '*'
|
||||||
# sources:
|
sources:
|
||||||
# - type: git
|
- type: git
|
||||||
# url: https://github.com/RPCS3/llvm-mirror.git
|
url: https://github.com/RPCS3/llvm-mirror.git
|
||||||
# commit: c725f494c91611018f5d830eca22c0a1662c0f31
|
commit: 509d31ad89676522f7121b3bb8688f7d29b7ee60
|
||||||
# - type: git
|
- type: git
|
||||||
# url: https://github.com/intel/ittapi.git
|
url: https://github.com/intel/ittapi.git
|
||||||
# dest: ittapi/ittapi
|
dest: ittapi/ittapi
|
||||||
# disable-shallow-clone: true
|
disable-shallow-clone: true
|
||||||
|
|
||||||
- name: rpcs3
|
- name: rpcs3
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
build-options:
|
build-options:
|
||||||
append-ld-library-path: /usr/lib/sdk/llvm14/lib
|
append-ld-library-path: /usr/lib/sdk/llvm13/lib
|
||||||
append-path: /usr/lib/sdk/llvm14/bin
|
append-path: /usr/lib/sdk/llvm13/bin
|
||||||
# cflags: *optflags
|
cflags: *optflags
|
||||||
# cflags-override: true
|
cflags-override: true
|
||||||
# cxxflags: *optflags
|
cxxflags: *optflags
|
||||||
# cxxflags-override: true
|
cxxflags-override: true
|
||||||
env:
|
env:
|
||||||
AR: llvm-ar
|
AR: llvm-ar
|
||||||
CC: clang
|
CC: clang
|
||||||
|
@ -964,7 +964,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/RPCS3/rpcs3.git
|
url: https://github.com/RPCS3/rpcs3.git
|
||||||
commit: 8d46840e091fa8e330d505f91be45a527f529efd
|
commit: e9570d1a0045926f63ec8ea9af68f81743d4f365
|
||||||
|
|
||||||
# RPCS3 - END
|
# RPCS3 - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue