Re: Patch: Fix OS X PowerPC support

2024-10-20 Thread Sevan Janiyan
On 14/11/2023 20:41, Sevan Janiyan wrote: Ok, I reworked the patch so that it only relies on MAC_OS_X_VERSION_MAX_ALLOWED to set SIGSEGV_FAULT_STACKPOINTER on 10.4 & older. It falls through on the else case to set things up on 10.5. Tested results as follows: builds on tiger with just ./config

Re: Test for pthread_rwlock_init() always passes, regardless

2024-10-20 Thread Sevan Janiyan
On 16/10/2024 11:49, Bruno Haible wrote: Oh, I see. What you are saying is: When a package uses module 'pthread-h' without module 'pthread-rwlock', the build fails with the above compilation error on MacOS X 10.4. Correct. :) This patch should fix it. Thank you for following up on after all