From: Phil Burk Date: Wed, 15 Jul 2015 15:11:51 +0000 (-0700) Subject: Merge pull request #7 from letoh/fix-linux-build X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/commitdiff_plain/ff0d9246aaffb870847e43b03ba123c437b0d195?hp=c232a9379c2e4683bed211e845e4d85b7a7e2499 Merge pull request #7 from letoh/fix-linux-build Better Linux support --- 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)