Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install directly into binary package data dirs. | P. J. McDermott | 2012-11-10 | 1 | -10/+18 |
| | | | | Now we don't need to use oh-installfiles. | ||||
* | Don't create an "install" stamp. | P. J. McDermott | 2012-11-10 | 1 | -1/+0 |
| | |||||
* | Update build makefile (mostly "install" target). | P. J. McDermott | 2012-11-10 | 1 | -46/+38 |
| | | | | | | | | | | | | | * Read target architectures from generated configuration file. * Use new features of opkhelper (i.e. oh-autoinstall). * Remove libiberty.a. * Remove hard links to tools (in TOOLBINDIR). * Put ldscripts where we want them in a decent way. * Put BFD and opcodes libraries and headers where we want them in a decent way. * Fix creation of ld.so.conf.d. * Give ld.so conf files names that are specific to host architectures. * Run oh-fixperms. | ||||
* | Update build. | P. J. McDermott | 2012-11-08 | 1 | -34/+28 |
| | | | | | | | | | | * Use new features of opkhelper; don't use obsolete oh-* utilities. * Clean up code according to best practices and SPF 2.0 recommendations. * Read target architectures from generated configuration file. * Add a "clean" target for convenience. The "install" target has yet to be updated. | ||||
* | Fix creation and removal of directories. | P. J. McDermott | 2012-07-28 | 1 | -6/+5 |
| | |||||
* | Write GNU ld configuration for BFD libraries. | P. J. McDermott | 2012-07-28 | 1 | -0/+6 |
| | |||||
* | Set pkgversion. | P. J. McDermott | 2012-07-28 | 1 | -1/+2 |
| | |||||
* | Remove stamp-less non-binary targets. | P. J. McDermott | 2012-07-28 | 1 | -7/+4 |
| | |||||
* | 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. |