Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/i386/stand



Module Name:    syssrc
Committed By:   thorpej
Date:           Tue Mar 19 22:03:38 UTC 2002

Modified Files:
        syssrc/sys/arch/i386/stand: Makefile.booters

Log Message:
Make sure we override any optimization options specified by the
user; the boot blocks don't work when built with e.g. -mcpu=i486
(probably due to how branches are aligned in that case, causing
segment boundaries to be crossed).


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/i386/stand/Makefile.booters

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index