From 15d143b547c5462c3cd0406f85896861a7be50cd Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 1 Mar 2012 00:21:20 -0500 Subject: search internal headers first this is necessitated by the ugly just added --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15ab4fc4..7aa6c4f3 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ GENH = include/bits/alltypes.h CFLAGS = -Os -nostdinc -ffreestanding -std=c99 -D_XOPEN_SOURCE=700 -pipe LDFLAGS = -nostdlib -shared -fPIC -Wl,-e,_start -Wl,-Bsymbolic-functions -INC = -I./include -I./src/internal -I./arch/$(ARCH) +INC = -I./src/internal -I./include -I./arch/$(ARCH) PIC = -fPIC -O3 AR = $(CROSS_COMPILE)ar RANLIB = $(CROSS_COMPILE)ranlib -- cgit v1.2.1