On Sat, May 21, 2011 at 01:01:52PM +0100, David Laight wrote: > On Fri, May 20, 2011 at 10:29:56PM +0000, Joerg Sonnenberger wrote: > > > > Log Message: > > Disable integrated assembler for files that use .code16 or .code32 for > > now.... > > Would it have been better to do this with a level of indirection? > So that it could be turned off by changing a global variable instead > of having to edit all of the modified makefiles?
I didn't want to mess with the structure of i386/stand at this point. There is already a lot of redundancy and I hope this instance will go away in the not so far future. Joerg