summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-02-15 03:56:52 -0500
committerRich Felker <dalias@aerifal.cx>2011-02-15 03:56:52 -0500
commit7b2dd2235dd0db3a2f71e25d1c0925e0348e1996 (patch)
tree26cab4bb4f2bff3b4cf8ccb2c0e497cf9631c893 /Makefile
parent0b2006c8fea021b7fa1fd267bf270cb8c279f230 (diff)
downloadmusl-7b2dd2235dd0db3a2f71e25d1c0925e0348e1996.tar.gz
finish unifying thread register handling in preparation for porting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0f16dfc..13a24e3c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ GENH = include/bits/alltypes.h
CFLAGS = -Os -nostdinc -ffreestanding -std=c99 -D_XOPEN_SOURCE=700 -pipe
LDFLAGS = -nostdlib -shared -Wl,-Bsymbolic
-INC = -I./include -I./src/internal
+INC = -I./include -I./src/internal -I./arch/$(ARCH)
PIC = -fPIC
AR = $(CROSS_COMPILE)ar
RANLIB = $(CROSS_COMPILE)ranlib