X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile;h=0c134175fe6be221b12b8780dd1aeb6caeef8d63;hb=5d26d5d15bf6c2fc8c0e58b76fb418b51e207af7;hp=1bdea61eed0932952491eb8903bb763db52260e8;hpb=f8e054f95197bf9c4463122fba3ebc586d4a99f6;p=musl diff --git a/Makefile b/Makefile index 1bdea61e..0c134175 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ CFLAGS = -Os -pipe CFLAGS_C99FSE = -std=c99 -ffreestanding -nostdinc CFLAGS_ALL = $(CFLAGS_C99FSE) -CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I./src/internal -I./include -I./arch/$(ARCH) +CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I./arch/$(ARCH) -I./src/internal -I./include CFLAGS_ALL += $(CPPFLAGS) $(CFLAGS) CFLAGS_ALL_STATIC = $(CFLAGS_ALL) CFLAGS_ALL_SHARED = $(CFLAGS_ALL) -fPIC -DSHARED -O3