Page MenuHome GnuPG
Feed Advanced Search

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 21 2018, 8:43 PM · Feature Request

Aug 17 2018

sbingner created T4103: Compile with Apple Clang.
Aug 17 2018, 11:12 AM · Feature Request