2
0

P4 to Git Change 1989420 by kzhuravl@kzhuravl-spot-ocl on 2019/08/27 01:51:48

SWDEV-79445 - Prep for switch to gcc7.4 for OpenCL builds

		- Enable gcc7.4

Affected files ...

... //depot/stg/opencl/drivers/opencl/Makefile#72 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/complibdefs#57 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm39/llvmdefs#3 edit
... //depot/stg/opencl/drivers/opencl/opencldefs#263 edit
... //depot/stg/opencl/drivers/opencl/runtime/runtimedefs#53 edit
... //depot/stg/opencl/drivers/opencl/support/Makefile#1 add
... //depot/stg/opencl/drivers/opencl/support/build/Makefile#1 add
... //depot/stg/opencl/drivers/opencl/support/build/Makefile.support#1 add
Este cometimento está contido em:
foreman
2019-08-27 01:57:04 -04:00
ascendente 5cbc8ebc58
cometimento c27dab0d39
+4
Ver ficheiro
@@ -70,6 +70,10 @@ ifdef ATI_OS_LINUX
GCPPFLAGS += $(DEFSWITCH) __STDC_CONSTANT_MACROS
GCXXOPTS += -fno-rtti -Wno-sign-compare
ifneq ($(filter gcc/gcc-7.4%,$(DK_C)),)
GCXXOPTS += -Wno-deprecated-declarations
endif
endif
ifeq ($(OPENCL_USE_ONE_SC),1)