Skip to content

Commit

Permalink
fix ioc install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 17, 2024
1 parent 6bf3477 commit bd07d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
x86_cfg='./configure/CONFIG_SITE.Common.linux-x86_64'

# for RTEMS builds don't build for the host architecture, target only
if [[ $TARGET_ARCHITECTURE == "rtems" ]]; then
if [[ $TARGET_ARCHITECTURE == "RTEMS"* ]]; then
touch ${x86_cfg}
sed -i '/VALID_BUILDS/d' ${x86_cfg}
echo "VALID_BUILDS=Host" >> ${x86_cfg}
Expand Down

0 comments on commit bd07d14

Please sign in to comment.