summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-05 14:43:14 -0800
committerKhem Raj <raj.khem@gmail.com>2023-03-05 16:24:36 -0800
commit4a6e449063d21cee79d9d054739cd44fb0bf455d (patch)
treed6d5c1390e03c0d7672a3dcfc7cb36bf39a2ad60 /recipes-devtools
parentb9c03e42bc1b1ca301b5c383b38c647792ef32ec (diff)
downloadmeta-clang-4a6e449063d21cee79d9d054739cd44fb0bf455d.tar.gz
openmp: Fix build with 64bit file offset on 32bit arches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/clang/openmp_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb
index 3611210..b20ebf5 100644
--- a/recipes-devtools/clang/openmp_git.bb
+++ b/recipes-devtools/clang/openmp_git.bb
@@ -12,7 +12,7 @@ TOOLCHAIN = "clang"
12 12
13LIC_FILES_CHKSUM = "file://openmp/LICENSE.TXT;md5=d75288d1ce0450b28b8d58a284c09c79" 13LIC_FILES_CHKSUM = "file://openmp/LICENSE.TXT;md5=d75288d1ce0450b28b8d58a284c09c79"
14 14
15inherit cmake pkgconfig perlnative python3native 15inherit cmake pkgconfig perlnative python3native python3targetconfig
16 16
17DEPENDS += "elfutils libffi clang" 17DEPENDS += "elfutils libffi clang"
18 18