Skip to content

Commit

Permalink
sound-open-firmware: add arch flag
Browse files Browse the repository at this point in the history
Future work to enable 64 bit builds
  • Loading branch information
cujomalainey committed Oct 16, 2024
1 parent db2352c commit 24f1904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/sound-open-firmware/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ unset CXXFLAGS

cd $SRC/sof_workspace

sof/scripts/fuzz.sh -b -- -DEXTRA_CONF_FILE=stub_build_all_ipc3.conf
sof/scripts/fuzz.sh -b -a $ARCHITECTURE -- -DEXTRA_CONF_FILE=stub_build_all_ipc3.conf
cp build-fuzz/zephyr/zephyr.exe $OUT/sof-ipc3

sof/scripts/fuzz.sh -b -- -DEXTRA_CONF_FILE=stub_build_all_ipc4.conf
sof/scripts/fuzz.sh -b -a $ARCHITECTURE -- -DEXTRA_CONF_FILE=stub_build_all_ipc4.conf
cp build-fuzz/zephyr/zephyr.exe $OUT/sof-ipc4

0 comments on commit 24f1904

Please sign in to comment.