On 29 Nov 2017, at 10:30, Richard Frith-Macdonald 
<[email protected]> wrote:
> 
> The -fgnu-runtime is for using the runtime that comes with the GNU compiler 
> (gcc).

More specifically, it is for telling GCC to use the runtime that comes with 
GCC.  If you wish to use the GCC runtime with clang, the correct flag is 
-fobjc-runtime=gcc (optionally with a version, though clang currently ignores 
the version because it doesn’t know of any changes to the GCC runtime ABI since 
clang shipped - I don’t think there are any). 

David


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to