Signed-off-by: Khem Raj <[email protected]> --- ...0001-build-Use-ilp32d-abi-on-riscv32.patch | 24 +++++++++++++++++++ .../concurrencykit/concurrencykit_git.bb | 3 ++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-devtools/concurrencykit/concurrencykit/0001-build-Use-ilp32d-abi-on-riscv32.patch
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit/0001-build-Use-ilp32d-abi-on-riscv32.patch b/meta-oe/recipes-devtools/concurrencykit/concurrencykit/0001-build-Use-ilp32d-abi-on-riscv32.patch new file mode 100644 index 0000000000..a2f79e5464 --- /dev/null +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit/0001-build-Use-ilp32d-abi-on-riscv32.patch @@ -0,0 +1,24 @@ +From b709cef30e9e9c7c6c96dc416d141e7283dc4b50 Mon Sep 17 00:00:00 2001 +From: Khem Raj <[email protected]> +Date: Sat, 7 Jan 2023 19:31:58 -0800 +Subject: [PATCH] build: Use ilp32d abi on riscv32 + +ilp32d is common ABI used for linux distributions therefore a better +default + +Upstream-Status: Submitted [https://github.com/concurrencykit/ck/pull/204] +Signed-off-by: Khem Raj <[email protected]> +--- + build/ck.build.riscv | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/build/ck.build.riscv b/build/ck.build.riscv +index 61e0033..11ac840 100644 +--- a/build/ck.build.riscv ++++ b/build/ck.build.riscv +@@ -1 +1 @@ +-CFLAGS+=-mabi=ilp32 ++CFLAGS+=-mabi=ilp32d +-- +2.39.0 + diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb index fe2c1d201a..ae2bab7e24 100644 --- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb @@ -11,7 +11,8 @@ PV = "0.7.0+git${SRCPV}" SRCREV = "6e8e5bec2e2f8cef2072a68579cbb07ababf3331" LIC_FILES_CHKSUM = "file://LICENSE;md5=a0b24c1a8f9ad516a297d055b0294231" SRC_URI = "git://github.com/concurrencykit/ck.git;branch=master;protocol=https \ - file://0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch" + file://0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch \ + file://0001-build-Use-ilp32d-abi-on-riscv32.patch" S = "${WORKDIR}/git" -- 2.39.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#100436): https://lists.openembedded.org/g/openembedded-devel/message/100436 Mute This Topic: https://lists.openembedded.org/mt/96126575/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
