File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
test/images/node-perf/npb-is Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11linux/amd64=debian:bookworm-slim
22linux/arm64=arm64v8/debian:bookworm-slim
3- linux/ppc64le=ppc64le/debian:bookworm-slim
4- linux/s390x=s390x/debian:bookworm-slim
Original file line number Diff line number Diff line change @@ -31,13 +31,11 @@ RUN sed -i '1i#!/bin/sh' sys/print_header sys/print_instructions
3131
3232# Create build config based on the architecture and build the workload.
3333# arm64 requires special flags to avoid relocation overflow with large binaries:
34- # -mcmodel=large: use large code model for > 4GB address space
34+ # -mcmodel=large: use large code model for address space beyond default limits
3535# -fno-PIE: disable position-independent executable (incompatible with large model)
3636# -mno-outline-atomics: inline atomics to avoid linker issues
3737RUN if [ $(arch) = "aarch64" ]; then \
3838 sed 's/-mcmodel=medium/-mcmodel=large -fno-PIE -mno-outline-atomics/g' config/NAS.samples/make.def.gcc_x86 > config/make.def; \
39- elif [ $(arch) != "x86_64" ]; then \
40- sed s/-mcmodel=medium//g config/NAS.samples/make.def.gcc_x86 > config/make.def; \
4139else \
4240 cp config/NAS.samples/make.def.gcc_x86 config/make.def; \
4341fi
Original file line number Diff line number Diff line change 1- 1.6 .0
1+ 1.7 .0
You can’t perform that action at this time.
0 commit comments