diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-03-05 14:43:14 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-05 16:24:36 -0800 |
commit | 4a6e449063d21cee79d9d054739cd44fb0bf455d (patch) | |
tree | d6d5c1390e03c0d7672a3dcfc7cb36bf39a2ad60 | |
parent | b9c03e42bc1b1ca301b5c383b38c647792ef32ec (diff) | |
download | meta-clang-4a6e449063d21cee79d9d054739cd44fb0bf455d.tar.gz |
openmp: Fix build with 64bit file offset on 32bit arches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-devtools/clang/openmp_git.bb | 2 |
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 | ||
13 | LIC_FILES_CHKSUM = "file://openmp/LICENSE.TXT;md5=d75288d1ce0450b28b8d58a284c09c79" | 13 | LIC_FILES_CHKSUM = "file://openmp/LICENSE.TXT;md5=d75288d1ce0450b28b8d58a284c09c79" |
14 | 14 | ||
15 | inherit cmake pkgconfig perlnative python3native | 15 | inherit cmake pkgconfig perlnative python3native python3targetconfig |
16 | 16 | ||
17 | DEPENDS += "elfutils libffi clang" | 17 | DEPENDS += "elfutils libffi clang" |
18 | 18 | ||