Skip to content

Commit

Permalink
python3-drgn: Use gcc when compiling for riscv32
Browse files Browse the repository at this point in the history
openmp port for riscv32 is not yet available so we
can not use clang for it for now.

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 17, 2024
1 parent c327d32 commit 1726e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ TOOLCHAIN:pn-optee-os:imx-nxp-bsp = "gcc"
# Poco/PriorityDelegate.h:203:10: error: no member named '_pTarget' in 'PriorityDelegate<type-parameter-0-0, void, true>'
TOOLCHAIN:pn-poco = "gcc"
TOOLCHAIN:pn-netdata = "gcc"
# Needs OMP and with clang openmp is not ported to rv32 yet
TOOLCHAIN:pn-python3-drgn:riscv32 = "gcc"

CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions "

Expand Down

0 comments on commit 1726e52

Please sign in to comment.