mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
Remove @GCCFLAGS@
Remove the now obsolete @GCCFLAGS@.
This commit is contained in:
parent
e2eb92d055
commit
2b8f5d2b80
@ -16,7 +16,7 @@ mandir = @mandir@
|
||||
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
BUILD_CFLAGS = $(CFLAGS) @GCCFLAGS@ @DEFS@
|
||||
BUILD_CFLAGS = $(CFLAGS) @DEFS@
|
||||
INTERNAL_CFLAGS = -I$(srcdir) -I.
|
||||
ALL_CFLAGS = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)
|
||||
LDFLAGS = @LDFLAGS@
|
||||
|
Loading…
Reference in New Issue
Block a user