From adc23369a9cdbae235916bf44560b8469dd4831f Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Thu, 11 Apr 2019 16:14:42 +0200 Subject: cleaner: put all the special types, defines etc. in one header file --- runtime/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/Makefile') diff --git a/runtime/Makefile b/runtime/Makefile index 6be85728..174a0a41 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -41,6 +41,9 @@ LIB=libcompcert.a INCLUDES=include/float.h include/stdarg.h include/stdbool.h \ include/stddef.h include/varargs.h include/stdalign.h \ include/stdnoreturn.h +ifeq ($(ARCH),mppa_k1c) +INCLUDES += include/ccomp_k1c_fixes.h +endif VPATH=$(ARCH) -- cgit