xtensa: sqlite requires special compiler option
authorChris Zankel <chris@zankel.net>
Tue, 22 Jan 2013 10:33:19 +0000 (10:33 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 29 Jan 2013 23:19:42 +0000 (00:19 +0100)
commit6a30cd3fb30b8057ddde2c72a88c0bb6ad7d1761
tree6d075195da8959103b66468f29588966ae17b4f6
parentbf885f10b798ef5b2e687c7f8171034bae6e3888
xtensa: sqlite requires special compiler option

Some of the generated object files are too large for PC-relative addressing,
so use the -mtext-section-literals compiler flag to move symbols closer to
the code.

[Peter: fix commit message]
Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/sqlite/sqlite.mk