projects
/
sasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6390ed
)
Remove NO_LONG_LONG from Makefile.w32
author
Robert Pengelly
<robertapengelly@hotmail.com>
Thu, 4 Sep 2025 03:25:54 +0000
(
04:25
+0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Thu, 4 Sep 2025 03:25:54 +0000
(
04:25
+0100)
Makefile.w32
patch
|
blob
|
history
diff --git
a/Makefile.w32
b/Makefile.w32
index 2d9f392a144f0959af6dde8b5dfad1d56c589f03..fd98f0b2266ba0f1bc96b3013558aca4c8c95a74 100644
(file)
--- a/
Makefile.w32
+++ b/
Makefile.w32
@@
-5,7
+5,7
@@
SRCDIR ?= $(CURDIR)
VPATH := $(SRCDIR)
CC := gcc
-CFLAGS := -D_FILE_OFFSET_BITS=64 -O2 -Wall -Werror -Wextra
-DNO_LONG_LONG
+CFLAGS := -D_FILE_OFFSET_BITS=64 -O2 -Wall -Werror -Wextra
CSRC := as.c coff.c cstr.c elks.c expr.c fixup.c frag.c hashtab.c intel.c kwd.c lex.c lib.c list.c listing.c ll.c macro.c process.c report.c section.c symbol.c vector.c