Skip to content
Snippets Groups Projects
Commit 0e620f1f authored by Rosen Penev's avatar Rosen Penev
Browse files

luajit: fix compilation with host clang


It errors out with this section.

Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
parent cf4e026e
No related branches found
No related tags found
1 merge request!13Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -391,9 +391,6 @@
#endif
#endif
#elif !LJ_TARGET_PS3
-#if (__GNUC__ < 4) || ((__GNUC__ == 4) && __GNUC_MINOR__ < 3)
-#error "Need at least GCC 4.3 or newer"
-#endif
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment