diff options
| -rw-r--r-- | src/internal/libc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/internal/libc.h b/src/internal/libc.h index f88d846d..703d9853 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -21,7 +21,7 @@ struct __libc {  extern size_t __hwcap; -#if !defined(__PIC__) || 100*__GNUC__+__GNUC_MINOR__ >= 303 || defined(__PCC__) || defined(__TINYC__) +#if !defined(__PIC__) || (100*__GNUC__+__GNUC_MINOR__ >= 303 && !defined(__PCC__))  #ifdef __PIC__  #if __GNUC__ < 4 | 
