On Thu, May 03, 2007 at 10:47:48AM -0700, H. Peter Anvin wrote:
> Hello,
> 
> I would like to get rid of arch/x86_64/boot, which *should* be binary
> identical with arch/i386/boot (it's not right now, but I'm fixing that.)
> 
> Is there a way to make Kbuild decend so that src=arch/i386/boot but
> obj=arch/x86_64/boot (which may entail having to create directories even
> when not compiling with O=?)  It seems the infrastructure is already there.

There is no way to do that today - despite some part of the
infrastructure is prepared as you have noticed.

Would it be OK if we have arch/x86_64/boot present and have stub Makefiles
in all directories?
If thats OK I can try to cook up something.

It has been discussed to put all common stuff in arch/x86 which would anyway
call for a generic solution. For kbuild it does not matter if src shall be
located in i386 or x86 directory structure.

        Sam

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kbuild-devel mailing list
kbuild-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to