summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* update build filesMike Frysinger2006-01-041-50/+8
|
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵Peter S. Mazinger2005-10-121-42/+15
| | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-281-3/+3
|
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-271-2/+0
|
* merge parallel build supportMike Frysinger2005-01-251-5/+5
|
* Peter S. Mazinger: use ASFLAGS when compiling asm filesMike Frysinger2004-12-261-6/+4
|
* Add support for the Analog Devices Blackfin mmuless processorEric Andersen2004-12-211-0/+86