From: Marek Pikuła Date: Mon, 7 Nov 2022 13:49:11 +0000 (+0100) Subject: riscv64: Add RISCV-64 support X-Git-Tag: accepted/tizen/unified/20230117.140451~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F284473%2F1;p=platform%2Fcore%2Fapi%2Fbluetooth.git riscv64: Add RISCV-64 support Change-Id: I5493c0de4cf3fb0eaf18c8e70face319562ad0f1 Signed-off-by: Łukasz Stelmach --- diff --git a/packaging/capi-network-bluetooth.spec b/packaging/capi-network-bluetooth.spec index ac8df18..5308ce5 100644 --- a/packaging/capi-network-bluetooth.spec +++ b/packaging/capi-network-bluetooth.spec @@ -71,6 +71,13 @@ export CXXFLAGS+=" -DARCH64" export FFLAGS+=" -DARCH64" %endif +%ifarch riscv64 +echo riscv64 +export CFLAGS+=" -DARCH64" +export CXXFLAGS+=" -DARCH64" +export FFLAGS+=" -DARCH64" +%endif + %ifarch x86_64 echo x86_64 export CFLAGS+=" -DARCH64"