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
From @GoogleCodeExporter on May 31, 2015 11:25
Original issue reported on code.google.com by
damonkoh...@gmail.com
on 10 Mar 2010 at 4:43Copied from original issue: damonkohler/android-scripting#230