X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/f53726febc36028ff9d524cda6e3ea7b90140c85..5e1c6644bbd1a696fb02ee26a2ad8c359e81e57f:/build/unix/Makefile diff --git a/build/unix/Makefile b/build/unix/Makefile index c3e2156..c1df0d0 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_DEFAULT_SOURCE XLDFLAGS = $(WIDTHOPT) CPPFLAGS = -I. $(XCPPFLAGS)