aboutsummaryrefslogtreecommitdiffstats
path: root/make/config
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-06-16 03:17:28 +0200
committerSven Gothel <[email protected]>2023-06-16 03:17:28 +0200
commitdc1424050e47cd239ad26c4f12fb3a0e4289d682 (patch)
treef357d7494b49e64ae154ab5aa3363d8ae2598933 /make/config
parent5e957ba84836011400d9664785797ba6bdef449c (diff)
Adopt to GlueGen change: Drop ManualStaticInitCall, PointerBuffer.ELEMENT_SIZE -> AbstractBuffer.POINTER_SIZE
Diffstat (limited to 'make/config')
-rw-r--r--make/config/cl-impl-11.cfg1
-rw-r--r--make/config/cl-impl-12.cfg1
-rw-r--r--make/config/cl-impl-20.cfg1
3 files changed, 0 insertions, 3 deletions
diff --git a/make/config/cl-impl-11.cfg b/make/config/cl-impl-11.cfg
index 961492a3..dbda1c09 100644
--- a/make/config/cl-impl-11.cfg
+++ b/make/config/cl-impl-11.cfg
@@ -105,6 +105,5 @@ ForceProcAddressGen clEnqueueMapImage
#include custom code
IncludeAs CustomJavaCode CLImpl11 clImplCustomCode11.java
IncludeAs CustomJavaCode CLImpl11 clImplCustomCode.java
-ManualStaticInitCall CLImpl11
IncludeAs CustomCCode clImplCustomCode11.c
diff --git a/make/config/cl-impl-12.cfg b/make/config/cl-impl-12.cfg
index c8b0c839..467df7d3 100644
--- a/make/config/cl-impl-12.cfg
+++ b/make/config/cl-impl-12.cfg
@@ -112,7 +112,6 @@ ForceProcAddressGen clEnqueueMapImage
#include custom code
IncludeAs CustomJavaCode CLImpl12 clImplCustomCode12.java
IncludeAs CustomJavaCode CLImpl12 clImplCustomCode.java
-ManualStaticInitCall CLImpl12
IncludeAs CustomCCode clImplCustomCode.c
IncludeAs CustomCCode clImplCustomCode12.c
diff --git a/make/config/cl-impl-20.cfg b/make/config/cl-impl-20.cfg
index d446da19..69a6e57f 100644
--- a/make/config/cl-impl-20.cfg
+++ b/make/config/cl-impl-20.cfg
@@ -112,7 +112,6 @@ ForceProcAddressGen clEnqueueMapImage
#include custom code
IncludeAs CustomJavaCode CLImpl20 clImplCustomCode20.java
IncludeAs CustomJavaCode CLImpl20 clImplCustomCode.java
-ManualStaticInitCall CLImpl20
IncludeAs CustomCCode clImplCustomCode.c
IncludeAs CustomCCode clImplCustomCode20.c