summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/luajit: keyword -riscvMarek Szuba2021-06-251-2/+2
| | | | | | Unsupported architecture, not even in master. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-lang/luajit: mark current versions -hppa/-sparcRolf Eike Beer2021-03-071-1/+1
| | | | | | | | | Compilation fails with: #error "No support for this architecture (yet)" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/luajit: 2.1.0_beta3 Fix cross-compilation buildWilliam Hubbs2020-12-131-0/+7
| | | | | This is the same fix as 2.0.5. Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-lang/luajit: Fix 2.0.5 cross-compilation buildManoj Gupta2020-12-131-0/+56
luajit passes CFLAGS/LDFLAGS to both host and target builds. This breaks when the host cpu does not support the target flags e.g. using march=bdver4 in CFLAGS when cross-compiling for AMD on an Intel host. Instead, pass the flags in {HOST|TARGET}-{CFLAGS|LDFLAGS} which is supported by luajit [1]. [1] https://github.com/LuaJIT/LuaJIT/blob/master/doc/install.html#L607 Closes: https://github.com/gentoo/gentoo/pull/9970 Signed-off-by: Manoj Gupta <manojgupta@google.com> Signed-off-by: William Hubbs <williamh@gentoo.org>