aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build system: specify '-nostldlib' when linking to .o filesDrew Moseley2014-04-021-1/+2
| | | | | | | | | | | | | | | | | | | For certain cross build scenarios the LD variable is overridden to use the gcc executive to ensure all the target tuning parameters are used. In these cases, the executive errors out as shown below but since this step is only linking to a .o file the standard libs are not needed. $ make LD=gcc applets/built-in.o LD applets/built-in.o /usr/bin/ld: cannot find -lgcc_s /usr/bin/ld: cannot find -lgcc_s collect2: ld returned 1 exit status make[1]: *** [applets/built-in.o] Error 1 make: *** [applets_dir] Error 2 Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix make O=dir buildDenys Vlasenko2010-07-091-1/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system: add PIE build optionDenis Vlasenko2008-06-041-2/+2
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-2/+2
|
* build system overhaulDenis Vlasenko2006-10-051-0/+338