diff options
Diffstat (limited to 'libclc/configure.py')
-rwxr-xr-x | libclc/configure.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libclc/configure.py b/libclc/configure.py index 2038b11b637..c3f757622a8 100755 --- a/libclc/configure.py +++ b/libclc/configure.py @@ -156,6 +156,7 @@ for target in targets: for device in available_targets[target]['devices']: # The rule for building a .bc file for the specified architecture using clang. clang_bc_flags = "-target %s -I`dirname $in` %s " \ + "-fno-builtin " \ "-Dcl_clang_storage_class_specifiers " \ "-Dcl_khr_fp64 " \ "-Dcles_khr_int64 " \ |