X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile;h=13a24e3c1e506d9f107bfa45ed7a192f74a6a0bd;hb=b24bc15f5c3828184f123698b4b545fef4edac99;hp=d0f16dfcac2096c37a366336a45779cba6ddb5ad;hpb=1355fdca7cb923c93f9011d8e9dcf49e1a67e537;p=musl 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