X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/881487d78784519fb4e1ad20afbca22bb6532dd2..51f1a2216a2af0133f56d468cb20815b4cdb480b:/build/unix/Makefile diff --git a/build/unix/Makefile b/build/unix/Makefile index c3e2156..d7ca532 100644 --- a/build/unix/Makefile +++ b/build/unix/Makefile @@ -24,7 +24,7 @@ PFORTHAPP = pforth_standalone WIDTHOPT= FULL_WARNINGS = \ - -c89 \ + --std=c89 \ -fsigned-char \ -fno-builtin \ -fno-unroll-loops \ @@ -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 +XCPPFLAGS = -DPF_SUPPORT_FP -D_GNU_SOURCE XLDFLAGS = $(WIDTHOPT) CPPFLAGS = -I. $(XCPPFLAGS)