|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] CFLAGS are for C compilers and other Unix traditions
On 21 May 2006, at 03:58, John D. Ramsdell wrote:
If you execute this command, you will note that the rule for
assembling .S files is:
COMPILE.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_MACH) -c
Note that you don't give the assembler CFLAGS. It's not a C
compiler.
We fixed this for Xen itself some time ago. If there are other places
in the tree that do this (maybe minios?), please do provide a patch.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|