diff options
| author | Rich Felker <dalias@aerifal.cx> | 2011-02-15 03:56:52 -0500 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2011-02-15 03:56:52 -0500 |
| commit | 7b2dd2235dd0db3a2f71e25d1c0925e0348e1996 (patch) | |
| tree | 26cab4bb4f2bff3b4cf8ccb2c0e497cf9631c893 /Makefile | |
| parent | 0b2006c8fea021b7fa1fd267bf270cb8c279f230 (diff) | |
| download | musl-7b2dd2235dd0db3a2f71e25d1c0925e0348e1996.tar.gz | |
finish unifying thread register handling in preparation for porting
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
