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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user