Added a _ASSEMBLER define in the assembler rule, so that we can differentiate
in a header if it was included from assembler or not (if anybody knows a better way how to solve this, feel free to speak, I haven't found anything :). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2367 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1117,7 +1117,7 @@ rule assemble
|
|||||||
|
|
||||||
actions assemble
|
actions assemble
|
||||||
{
|
{
|
||||||
$(CC) -c "$(2)" -O2 $(ASFLAGS) $(KERNEL_CCFLAGS) $(ASHDRS) -o "$(1)" ;
|
$(CC) -c "$(2)" -O2 $(ASFLAGS) -D_ASSEMBLER $(KERNEL_CCFLAGS) $(ASHDRS) -o "$(1)" ;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Overridden to allow spaces in file names.
|
# Overridden to allow spaces in file names.
|
||||||
|
|||||||
Reference in New Issue
Block a user