finish unifying thread register handling in preparation for porting

This commit is contained in:
Rich Felker
2011-02-15 03:56:52 -05:00
parent 0b2006c8fe
commit 7b2dd2235d
7 changed files with 34 additions and 53 deletions
+1 -1
View File
@@ -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