Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix path to .la files. | P. J. McDermott | 2012-07-28 | 1 | -1/+1 |
| | |||||
* | Clean up empty directories. | P. J. McDermott | 2012-07-28 | 1 | -1/+3 |
| | |||||
* | Do multiarch stuff. Blame multilib for stuff. | P. J. McDermott | 2012-07-28 | 1 | -2/+32 |
| | |||||
* | Set tooldir. Avoid patch. | P. J. McDermott | 2012-07-28 | 1 | -1/+3 |
| | |||||
* | Fix some errors in build. | P. J. McDermott | 2012-07-28 | 1 | -8/+10 |
| | |||||
* | chmod a+x build | P. J. McDermott | 2012-07-28 | 1 | -0/+0 |
| | |||||
* | Support multiple targets per build. | P. J. McDermott | 2012-07-28 | 1 | -19/+33 |
| | |||||
* | Provide symbolic links to native utilities. | P. J. McDermott | 2012-07-27 | 1 | -0/+6 |
| | | | | | For example, link /usr/bin/as to /usr/bin/cortexa8-linux-eglibc-as on cortexa8-linux-eglibc systems. | ||||
* | Simplify build configuration; use static makefile. | P. J. McDermott | 2012-07-27 | 1 | -0/+56 |
* Look up the GNU system type in the build makefile using a to-be-written an opkhelper utility. * Remove the get_config_values function from the config script. * Use a static build makefile. |