From: Marek Pikuła Date: Tue, 22 Nov 2022 13:06:27 +0000 (+0100) Subject: riscv64: Add RISC-V to supported architectures X-Git-Tag: accepted/tizen/unified/20221212.014954^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git;a=commitdiff_plain;h=b90306e3a6ceca49af284a89f35ccccfb7ddfaef riscv64: Add RISC-V to supported architectures Change-Id: I8c5ed7387e9bdab543a2dc1fdf0fb756962874d0 Signed-off-by: Marek Pikuła --- diff --git a/packaging/bluetooth-agent.spec b/packaging/bluetooth-agent.spec index 242016e..5986e83 100644 --- a/packaging/bluetooth-agent.spec +++ b/packaging/bluetooth-agent.spec @@ -117,7 +117,7 @@ export CFLAGS="$CFLAGS -DTIZEN_FEATURE_BT_MEDIA_ENHANCE" export CFLAGS="$CFLAGS -DTIZEN_FEATURE_BT_HFP_AG" export CFLAGS="$CFLAGS -DTIZEN_SUPPORT_DUAL_HF" -%ifarch aarch64 x86_64 +%ifarch aarch64 x86_64 riscv64 echo arch64 export CFLAGS+=" -DARCH64" export CXXFLAGS+=" -DARCH64"