SHA256
9
0
forked from pool/gcc11

Accepting request 862276 from home:marxin:branches:devel:gcc-libgccjit

Add libgccjit.

OBS-URL: https://build.opensuse.org/request/show/862276
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc11?expand=0&rev=235
This commit is contained in:
2021-01-18 10:21:23 +00:00
committed by Git OBS Bridge
parent f82d3edb57
commit 2579328f9d
29 changed files with 269 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ ExclusiveArch: do-not-build
%define build_d 0
%define enable_plugins 0
%define build_jit 0
%define use_lto_bootstrap 0
%define binutils_target %{cross_arch}
@@ -366,6 +367,9 @@ languages=$languages,go
%if %{build_d}
languages=$languages,d
%endif
%if %{build_jit}
languages=$languages,jit
%endif
# In general we want to ship release checking enabled compilers
# which is the default for released compilers
@@ -421,6 +425,9 @@ amdgcn-amdhsa,\
%endif
%if %{build_nvptx}
--without-cuda-driver \
%endif
%if %{build_jit}
--enable-host-shared \
%endif
$ENABLE_CHECKING \
--disable-werror \