X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/c232a9379c2e4683bed211e845e4d85b7a7e2499..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)