From fcaec912ed406659832f452e71a6c965308362dd Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 11 Jul 2012 02:44:14 -0400 Subject: changes to kernel sigaction struct handling in preparation for mips port --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1bdea61e..0c134175 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ CFLAGS = -Os -pipe CFLAGS_C99FSE = -std=c99 -ffreestanding -nostdinc CFLAGS_ALL = $(CFLAGS_C99FSE) -CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I./src/internal -I./include -I./arch/$(ARCH) +CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I./arch/$(ARCH) -I./src/internal -I./include CFLAGS_ALL += $(CPPFLAGS) $(CFLAGS) CFLAGS_ALL_STATIC = $(CFLAGS_ALL) CFLAGS_ALL_SHARED = $(CFLAGS_ALL) -fPIC -DSHARED -O3 -- cgit v1.2.1