User Details
User Details
- User Since
- Aug 15 2018, 8:39 PM (330 w, 21 h)
- Availability
- Available
Aug 21 2018
Aug 21 2018
sbingner added a comment to T4103: Compile with Apple Clang.
Apple Clang changes the -fno-common to be default. It can also compile by adding -fcommon to the CFLAGS but I suspect this patch (with the exception of adding __APPLE__ to the (defined (__riscos__) || defined (__APPLE__))) would be needed for things to work properly on __riscos__ also.
-fcommon, -fno-common This flag specifies that variables without initializers get common linkage. It can be disabled with -fno-common.
Aug 17 2018
Aug 17 2018