change define NGX_HAVE_LEVEL1_DCACHE_LINESIZE and makefile

This commit is contained in:
lhw2002426 2023-12-03 12:02:43 +08:00
parent 6593e6509b
commit 3718c28883
2 changed files with 2 additions and 3 deletions

View File

@ -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 \

View File

@ -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