Makefiles: remove -D__minix for assembly invocations.
They seem to be redundant (for gcc+ack+clang) and produce very messy warnings (for clang, due to it already being defined).
This commit is contained in:
parent
7c3cfbde1a
commit
b7eb096088
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ CPPFLAGS+= -wo
|
|||
# .endif
|
||||
|
||||
ASMCONV=gas2ack
|
||||
AFLAGS+=-D__ASSEMBLY__ -D__minix -w -wo
|
||||
AFLAGS+=-D__ASSEMBLY__ -w -wo
|
||||
CPP.s=${CC} -E ${AFLAGS}
|
||||
ASMCONVFLAGS+=-mi386
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
AFLAGS+=-D__ASSEMBLY__ -D_EM_WSIZE=4 -D__minix
|
||||
AFLAGS+=-D__ASSEMBLY__ -D_EM_WSIZE=4
|
||||
CFLAGS+= -fno-builtin
|
||||
|
|
Loading…
Reference in a new issue