From ce6941554850b93062c5b1fae64d01ed90dd5930 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Thu, 11 Feb 2016 20:05:35 +0000 Subject: [PATCH] xen Makefiles: g/c flags set elsewhere --- platform/xen/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/platform/xen/Makefile b/platform/xen/Makefile index 8e71109..9673942 100644 --- a/platform/xen/Makefile +++ b/platform/xen/Makefile @@ -20,21 +20,11 @@ include ../Makefile.inc default: prepare links mini-os ${MAINOBJ} ${TARGETS} CPPFLAGS+= -isystem xen/include -CPPFLAGS+= -no-integrated-cpp -nostdinc +CPPFLAGS+= -no-integrated-cpp CFLAGS += -fno-builtin -# This is semi-duplicated from xen/arch/x86/arch.mk, can we avoid that? -# XXX Which parts of the rumprun source *must* be compiled with these flags? -ifeq ($(MACHINE),i386) -CFLAGS += -march=i686 -endif -ifeq ($(MACHINE),x86_64) -CFLAGS += -mno-red-zone -fno-reorder-blocks -fno-asynchronous-unwind-tables -endif - rump-src-y += rumphyper_bio.c - rump-src-y += init.c # Rump kernel middleware objects to build. -- 2.39.5