Skip to content

Commit

Permalink
Include newlib and pthread-embedded licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Nov 24, 2024
1 parent 9a0ada2 commit 539675a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/003-newlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ make --quiet -j $PROC_NR all
make --quiet -j $PROC_NR install-strip
make --quiet -j $PROC_NR clean

# Copy license file
mkdir -p $PSPDEV/psp/share/licenses/newlib
cp ../COPYING.NEWLIB $PSPDEV/psp/share/licenses/newlib/

## Store build information
BUILD_FILE="${PSPDEV}/build.txt"
if [[ -f "${BUILD_FILE}" ]]; then
Expand Down
4 changes: 4 additions & 0 deletions scripts/004-pthread-embedded.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ make --quiet -j $PROC_NR all
make --quiet -j $PROC_NR install
make --quiet -j $PROC_NR clean

# Copy license file
mkdir -p $PSPDEV/psp/share/licenses/pthread-embedded
cp ../../COPYING.* ../../README.md $PSPDEV/psp/share/licenses/pthread-embedded/

## Store build information
BUILD_FILE="${PSPDEV}/build.txt"
if [[ -f "${BUILD_FILE}" ]]; then
Expand Down

0 comments on commit 539675a

Please sign in to comment.