summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Config
Commit message (Collapse)AuthorAgeFilesLines
* [makefile] Kill off arch/$(ARCH)/ConfigMichael Brown2008-10-071-148/+0Star
| | | | | | The arch/i386/Config file has long been marked as deprecated. Move all the pertinent bits to arch/i386/Makefile instead and remove arch/i386/Config.
* remove old minorversion!=4 check (added -march a second time)Holger Lubitz2007-08-021-4/+0Star
|
* remove x86_64 comments from arch specific ConfigHolger Lubitz2007-08-021-5/+0Star
| | | | options are in main makefile now
* Applied a modified version of holger's regparm patches.Michael Brown2007-07-291-0/+12
|
* Kill off some long-redundant CFLAGSMichael Brown2007-07-161-1/+1
|
* Add __bss16() macro, and allow use of .bss16 section by removingMichael Brown2007-07-161-1/+1
| | | | | | link-time check for section overlaps. (In order to avoid wasting space in the executable image, .bss16 will overlap with the following section, which is .text).
* Be more aggressive in attempts to enable A20, now that we have theMichael Brown2007-07-141-9/+0Star
| | | | optimisation of only trying to do so when necessary.
* Add -mpreferred-stack-boundary=2 to i386 CFLAGS as it's almost always a win.Holger Lubitz2007-07-091-0/+3
|
* Fix up building with gcc 4.0.1 / gas 2.16.91Michael Brown2006-01-171-1/+1
|
* Be nice to emacsMichael Brown2005-04-181-0/+2
|
* Added warning about not using Config for single-object options.Michael Brown2005-04-181-4/+17
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+5
|
* Initial revisionMichael Brown2005-03-081-0/+131