[Scummvm-git-logs] scummvm master -> 9368fd133f86b352e1d4cbfa0c57c9c54a6830d8
lephilousophe
noreply at scummvm.org
Tue Apr 19 17:46:40 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9368fd133f PSP: Fix link specification for newer PSP toolchains
Commit: 9368fd133f86b352e1d4cbfa0c57c9c54a6830d8
https://github.com/scummvm/scummvm/commit/9368fd133f86b352e1d4cbfa0c57c9c54a6830d8
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-04-19T19:45:44+02:00
Commit Message:
PSP: Fix link specification for newer PSP toolchains
They added threads support and they need to be linked too if they exist
Changed paths:
backends/platform/psp/psp.spec
diff --git a/backends/platform/psp/psp.spec b/backends/platform/psp/psp.spec
index 7a8a4dfe1c1..df28842bb72 100644
--- a/backends/platform/psp/psp.spec
+++ b/backends/platform/psp/psp.spec
@@ -1,3 +1,3 @@
%rename lib old_lib
*lib:
--lz -lstdc++ -lc %:if-exists(libcglue.a%s) -lm -lpspprof -lpspvfpu -lpspdebug -lpspgu -lpspge -lpspdisplay -lpspctrl -lpspsdk -lpsputility -lpspuser -lpsppower -lpsphprm -lpsprtc -lpspaudio -lpspaudiocodec -lpspkernel -lpspnet_inet %(old_lib)
+-lz -lstdc++ --start-group -lc %:if-exists(libpthreadglue.a%s) %:if-exists(libpthread.a%s) %:if-exists(libcglue.a%s) --end-group -lm -lpspprof -lpspvfpu -lpspdebug -lpspgu -lpspge -lpspdisplay -lpspctrl -lpspsdk -lpsputility -lpspuser -lpsppower -lpsphprm -lpsprtc -lpspaudio -lpspaudiocodec -lpspkernel -lpspnet_inet %(old_lib)
More information about the Scummvm-git-logs
mailing list