File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -308,12 +308,6 @@ set_target_properties(acl_objs PROPERTIES
308
308
target_compile_features (acl_objs PRIVATE cxx_std_11)
309
309
# These compile_definitions need to be public, since we're building an OBJECT library (?)
310
310
target_compile_definitions (acl_objs PUBLIC
311
- # Revert to old pre-C++11 ABI for std::string and std::list in libstdc++.
312
- # This is needed for ABI compatibility with the Intel® FPGA Add-On for
313
- # oneAPI Base Toolkit, particularly the simulation flow, which accesses
314
- # the internal runtime API that exposes C++ structures and functions.
315
- # https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html
316
- _GLIBCXX_USE_CXX11_ABI=0
317
311
ACL_SUPPORT_DOUBLE=1
318
312
ACL_HAS_STDLIB_STDIO
319
313
CL_USE_DEPRECATED_OPENCL_1_0_APIS=1
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ add_executable(acl_fuzz_test
14
14
set_target_properties (acl_fuzz_test PROPERTIES CXX_EXTENSIONS OFF )
15
15
target_compile_features (acl_fuzz_test PRIVATE cxx_std_11)
16
16
target_compile_definitions (acl_fuzz_test PRIVATE
17
- _GLIBCXX_USE_CXX11_ABI=0
18
17
"ACL_TARGET_BIT=${ACL_TARGET_BIT} "
19
18
CL_USE_DEPRECATED_OPENCL_1_0_APIS=1
20
19
CL_USE_DEPRECATED_OPENCL_1_1_APIS=1
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ add_executable(acl_test
31
31
set_target_properties (acl_test PROPERTIES CXX_EXTENSIONS OFF )
32
32
target_compile_features (acl_test PRIVATE cxx_std_11)
33
33
target_compile_definitions (acl_test PRIVATE
34
- _GLIBCXX_USE_CXX11_ABI=0
35
34
"ACL_TARGET_BIT=${ACL_TARGET_BIT} "
36
35
CL_USE_DEPRECATED_OPENCL_1_0_APIS=1
37
36
CL_USE_DEPRECATED_OPENCL_1_1_APIS=1
You can’t perform that action at this time.
0 commit comments