summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Fix creation and removal of directories.P. J. McDermott2012-07-281-6/+5
|
* Write GNU ld configuration for BFD libraries.P. J. McDermott2012-07-281-0/+6
|
* Set pkgversion.P. J. McDermott2012-07-281-1/+2
|
* Remove stamp-less non-binary targets.P. J. McDermott2012-07-281-7/+4
|
* Fix path to .la files.P. J. McDermott2012-07-281-1/+1
|
* Clean up empty directories.P. J. McDermott2012-07-281-1/+3
|
* Do multiarch stuff. Blame multilib for stuff.P. J. McDermott2012-07-281-2/+32
|
* Set tooldir. Avoid patch.P. J. McDermott2012-07-281-1/+3
|
* Fix some errors in build.P. J. McDermott2012-07-281-8/+10
|
* chmod a+x buildP. J. McDermott2012-07-281-0/+0
|
* Support multiple targets per build.P. J. McDermott2012-07-281-19/+33
|
* Provide symbolic links to native utilities.P. J. McDermott2012-07-271-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. McDermott2012-07-271-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.