You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
228 B

  1. --- a/src/lj_arch.h
  2. +++ b/src/lj_arch.h
  3. @@ -391,9 +391,6 @@
  4. #endif
  5. #endif
  6. #elif !LJ_TARGET_PS3
  7. -#if (__GNUC__ < 4) || ((__GNUC__ == 4) && __GNUC_MINOR__ < 3)
  8. -#error "Need at least GCC 4.3 or newer"
  9. -#endif
  10. #endif
  11. #endif