Improve the handling of ASFLAGS{,F}
This commit is contained in:
parent
a50eee8a8b
commit
6edda6ea24
@ -1,7 +1,8 @@
|
|||||||
subdirs=arch/amd64,arch/i386
|
subdirs=arch/amd64,arch/i386
|
||||||
targets=ld.so,ld.so-i386
|
targets=ld.so,ld.so-i386
|
||||||
as=$(CC)
|
as=$(CC)
|
||||||
asflags=$(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS) -c
|
asflags_force=$(CPPFLAGSF) $(CFLAGSF) -c
|
||||||
|
asflags=$(CPPFLAGS) $(CFLAGS)
|
||||||
cppflags_force=
|
cppflags_force=
|
||||||
cflags_force=-g
|
cflags_force=-g
|
||||||
cflags=-W -Wall -O2 -D_FORTIFY_SOURCE=2 -fstack-protector
|
cflags=-W -Wall -O2 -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||||
|
Loading…
Reference in New Issue
Block a user