X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/5e1c6644bbd1a696fb02ee26a2ad8c359e81e57f..51f1a2216a2af0133f56d468cb20815b4cdb480b:/build/unix/Makefile diff --git a/build/unix/Makefile b/build/unix/Makefile index c1df0d0..d7ca532 100644 --- a/build/unix/Makefile +++ b/build/unix/Makefile @@ -59,7 +59,7 @@ PFSOURCE = $(PFBASESOURCE) $(IO_SOURCE) VPATH = .:$(CSRCDIR):$(CSRCDIR)/posix:$(CSRCDIR)/stdio:$(CSRCDIR)/win32_console:$(CSRCDIR)/win32 XCFLAGS = $(CCOPTS) -XCPPFLAGS = -DPF_SUPPORT_FP -D_DEFAULT_SOURCE +XCPPFLAGS = -DPF_SUPPORT_FP -D_GNU_SOURCE XLDFLAGS = $(WIDTHOPT) CPPFLAGS = -I. $(XCPPFLAGS)