| commit | 8a24c85853650c92d89d97144a768c9e225c5134 | [log] [tgz] | 
|---|---|---|
| author | Mike Frysinger <vapier@gentoo.org> | Mon Jan 01 20:11:52 2024 -0500 | 
| committer | Mike Frysinger <vapier@gentoo.org> | Mon Jan 01 20:16:21 2024 -0500 | 
| tree | dba2925fb181f54d68c33521459a0deae54a6aff | |
| parent | eebc029bade8c537eeb92896291f50dd9591884e [diff] | 
sim: ppc: change SysV sem & shm tests to compile-time Instead of executing code to see if SysV semaphores & shared memory are available, switch to just a compile-time test. The system used to compile might not match the system used to run the code wrt the current kernel & OS settings, but the library APIs should. So move the failures from compile-time to runtime so the program is more portable, and works correctly even when cross-compiling.