Skip to content

Commit

Permalink
build-code: Add rtld to all MMU projects
Browse files Browse the repository at this point in the history
JIRA: RTOS-664
  • Loading branch information
badochov committed Sep 17, 2024
1 parent 82fee73 commit 65f7913
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-core-armv7a7-imx6ull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ if [ "$LIBPHOENIX_DEVEL_MODE" = "y" ]; then

b_log "Building libphoenix"
make -C "libphoenix" all install

b_log "Building dynamic linker"
make -C "phoenix-rtos-utils" rtld rtld-install
fi

b_log "Building phoenix-rtos-corelibs"
Expand Down
3 changes: 3 additions & 0 deletions build-core-riscv64-noelv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ if [ "$LIBPHOENIX_DEVEL_MODE" = "y" ]; then

b_log "Building libphoenix"
make -C "libphoenix" all install

b_log "Building dynamic linker"
make -C "phoenix-rtos-utils" rtld rtld-install
fi

b_log "Building phoenix-rtos-corelibs"
Expand Down
3 changes: 3 additions & 0 deletions build-core-sparcv8leon3-generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ if [ "$LIBPHOENIX_DEVEL_MODE" = "y" ]; then

b_log "Building libphoenix"
make -C "libphoenix" all install

b_log "Building dynamic linker"
make -C "phoenix-rtos-utils" rtld rtld-install
fi

b_log "Building phoenix-rtos-corelibs"
Expand Down
3 changes: 3 additions & 0 deletions build-core-sparcv8leon3-gr712rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ if [ "$LIBPHOENIX_DEVEL_MODE" = "y" ]; then

b_log "Building libphoenix"
make -C "libphoenix" all install

b_log "Building dynamic linker"
make -C "phoenix-rtos-utils" rtld rtld-install
fi

b_log "Building phoenix-rtos-corelibs"
Expand Down

0 comments on commit 65f7913

Please sign in to comment.