mirror of https://github.com/syswonder/rux-nginx
change define NGX_HAVE_LEVEL1_DCACHE_LINESIZE and makefile
This commit is contained in:
parent
6593e6509b
commit
3718c28883
|
@ -127,8 +127,7 @@ $(OUT_BIN): $(OUT_ELF)
|
|||
objs/nginx_aarch64-qemu-q35.elf: objs/nginx_app.o
|
||||
|
||||
$(LINK) -o objs/nginx_aarch64-qemu-q35.elf \
|
||||
/home/oslab/Desktop/rukos/ulib/axlibc/build_aarch64/libc.a \
|
||||
/home/oslab/Desktop/rukos/target/aarch64-unknown-none-softfloat/release/libaxlibc.a \
|
||||
../../../../ulib/axmusl/install/lib/libc.a \
|
||||
objs/nginx_app.o
|
||||
|
||||
objs/nginx_app.o: objs/src/core/nginx.o \
|
||||
|
|
|
@ -293,7 +293,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef NGX_HAVE_LEVEL1_DCACHE_LINESIZE
|
||||
#define NGX_HAVE_LEVEL1_DCACHE_LINESIZE 1
|
||||
#define NGX_HAVE_LEVEL1_DCACHE_LINESIZE 0
|
||||
#endif
|
||||
|
||||
#ifndef NGX_HAVE_OPENAT
|
||||
|
|
Loading…
Reference in New Issue