This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
luajit: fix compilation with host clang
It errors out with this section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
4 years ago
parent
cf4e026e26
commit
0e620f1fa1
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
lang/luajit/patches/020-clang.patch
+ 12
- 0
lang/luajit/patches/020-clang.patch
View File
@ -0,0 +1,12 @@
--- 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
Write
Preview
Loading…
Cancel
Save