mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
Get rid of @GCCFLAGS@
Get rid of the now-obsolete @GCCFLAGS@.
This commit is contained in:
parent
1ed0387476
commit
876c8a13d9
@ -18,7 +18,7 @@ mandir = @mandir@
|
||||
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
BUILD_CFLAGS = $(CFLAGS) @GCCFLAGS@ @DEFS@
|
||||
BUILD_CFLAGS = $(CFLAGS) @DEFS@
|
||||
INTERNAL_CFLAGS = -I$(srcdir) -I$(top_srcdir)
|
||||
ALL_CFLAGS = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)
|
||||
LDFLAGS = @LDFLAGS@
|
||||
|
Loading…
x
Reference in New Issue
Block a user