damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.42k stars 804 forks source link

Add Lua lanes support #265

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:25

The following patch should allow the compilation of Lua lanes so that it 
can be added to the distribution.

diff -r 8bf41c1a35b3 tools/agcc/agcc
--- a/tools/agcc/agcc   Fri Jan 08 15:54:56 2010 +0100
+++ b/tools/agcc/agcc   Tue Feb 09 13:33:53 2010 +0000
@@ -114,6 +114,7 @@
    "-Wl,-z,nocopyreloc",
    #"-Wl,--no-undefined",
    "-Wl,-rpath-link=$ALIB",
+    "-Wl,-E",
    "-L$ALIB",
    "-nostdlib",
    "$ALIB/crtend_android.o",

Original issue reported on code.google.com by damonkoh...@gmail.com on 10 Mar 2010 at 4:43

Copied from original issue: damonkohler/android-scripting#230