Skip to content

Commit

Permalink
removed the GCC 4 requirement for x86 for older systems like Solaris …
Browse files Browse the repository at this point in the history
…i386.
  • Loading branch information
agentzh committed May 17, 2016
1 parent ec9b238 commit 97369c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lj_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
#error "Need at least GCC 3.4 or newer"
#endif
#elif LJ_TARGET_X64
#if __GNUC__ < 4
#if 0 && __GNUC__ < 4
#error "Need at least GCC 4.0 or newer"
#endif
#elif LJ_TARGET_ARM
Expand Down

0 comments on commit 97369c4

Please sign in to comment.