Remove leftover __ASSEMBLY__
This commit is contained in:
parent
428b0b2edd
commit
c395ad834e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
# -*- makefile -*-
|
# -*- makefile -*-
|
||||||
|
|
||||||
COMMON_ASFLAGS = -nostdinc -D__ASSEMBLY__
|
COMMON_ASFLAGS = -nostdinc
|
||||||
COMMON_CFLAGS = -ffreestanding
|
COMMON_CFLAGS = -ffreestanding
|
||||||
COMMON_LDFLAGS += -nostdlib
|
COMMON_LDFLAGS += -nostdlib
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue