This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10660 - add database tool to configure
Attached to Project:
Rockbox
Opened by Frank Gevaerts (fg) - Wednesday, 07 October 2009, 14:52 GMT+2
Last edited by Frank Gevaerts (fg) - Wednesday, 07 October 2009, 20:17 GMT+2
Opened by Frank Gevaerts (fg) - Wednesday, 07 October 2009, 14:52 GMT+2
Last edited by Frank Gevaerts (fg) - Wednesday, 07 October 2009, 20:17 GMT+2
|
DetailsThis patch adds support for building the database tool to configure, as a first step to get it in the autobuild system.
The only variables for the database tool should be endianness and charcell/bitmap, so allowing to build it per target may be seen as overkill. (charcell/bitmap matters because unicode handling is different between those) |
This task depends upon
Closed by Frank Gevaerts (fg)
Wednesday, 07 October 2009, 20:17 GMT+2
Reason for closing: Accepted
Additional comments about closing: r22998
Wednesday, 07 October 2009, 20:17 GMT+2
Reason for closing: Accepted
Additional comments about closing: r22998
The patch also includes a semi-unrelated fix to configure that works around a recent gcc bug by not setting advanced optimisation flags for host-side tools (previously they were set the same as for the corresponding crosscompiler)