From 299218995c36dc12e048d95609c6d8b9cd59a13d Mon Sep 17 00:00:00 2001 From: wawa Date: Thu, 21 Feb 2019 10:43:16 +0000 Subject: [PATCH] Use the detected no-builtin flag. (NicJA) git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55699 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/stdc/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/stdc/mmakefile.src b/compiler/stdc/mmakefile.src index 3eea61f34d..92044122b5 100644 --- a/compiler/stdc/mmakefile.src +++ b/compiler/stdc/mmakefile.src @@ -524,7 +524,7 @@ STDC_LINKOBJS := $(addsuffix .o,$(addprefix $(GENDIR)/$(CURDIR)/stdc/,$(notdir $ NOWARN_FLAGS := $(NOWARN_NONNULL_COMPARE) $(NOWARN_UNUSED_VARIABLE) \ $(NOWARN_PARENTHESES) $(NOWARN_UNINITIALIZED) -USER_CFLAGS := $(NOWARN_FLAGS) -noposixc -fno-builtin +USER_CFLAGS := $(NOWARN_FLAGS) -noposixc $(CFLAGS_NO_BUILTIN) USER_LDFLAGS := -nostdc -noposixc USER_CPPFLAGS := -Dlint '-D__FBSDID(x)=' -- 2.11.4.GIT