summaryrefslogtreecommitdiffstats
path: root/arch/i386/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* x86: Change compiler optionsGraeme Russ2010-10-071-0/+8
| | | | | | | | | | | Change to: - reparam=3 - no-from-pointer - no-stack-protector - preferred-stack-boundary=2 - no-top-level-reorder These options make the code a little smaller and faster
* x86: use gc sections to reduce image sizeGraeme Russ2010-10-071-0/+3
| | | | | Follow the discussion of Charles Manning and Mike Frysinger. Using gc_sections helps reduce image size.
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-131-0/+28
Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk This change is intended to clean up the top-level directory structure and more closely mimic Linux's directory organization. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
OpenPOWER on IntegriCloud