Results 5 issues of rjd324

The 53.34 LHA now contains a new LHA named "execsg_sdk-54.26.lha". "base.lha" no longer contains the complete headers as it did before. I think this section of the Makefile needs to...

``` (setq process (start-process-shell-command "Irony" ;process name irony--server-buffer ;buffer (format "%s -d -i 2> %s" ;command ``` irony*.log does not include any information.

athread is an option introduced during the patching. native, pthread or single. native uses the AmigaOS directly without any intermediate layer like clib2. pthread uses the pthread libs. Since work...

amigaos.h was presumably using an older version of rs6000.h many years ago. It is now out of date. GCC 11 has been updated to use the later version of rs6000's...

Hi, @sba1 So, the reason for creating _gthr\_amigaos\_(native|single|pthread).o_ is so that at link time the user can choose which threading implementation to use via the _-athread_ option. This is my...