mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
Remove @GCCFLAGS@
Remove the now obsolete @GCCFLAGS@.
This commit is contained in:
@@ -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@
|
||||
|
Reference in New Issue
Block a user