Searched refs:relax (Results 1 – 4 of 4) sorted by relevance
/arch/riscv/ |
D | Makefile | 14 LDFLAGS_vmlinux := --no-relax 41 KBUILD_CFLAGS += -mno-relax 42 KBUILD_AFLAGS += -mno-relax 44 KBUILD_CFLAGS += -Wa,-mno-relax 45 KBUILD_AFLAGS += -Wa,-mno-relax 82 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax) 83 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
|
/arch/mips/include/asm/ |
D | io.h | 216 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument 292 if (!relax) \ 297 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument 334 if (!relax) \ 339 #define __BUILD_MEMORY_PFX(bus, bwlq, type, relax) \ argument 341 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1)
|
/arch/nds32/ |
D | Makefile | 6 arch-y += -malways-save-lp -mno-relax
|
/arch/xtensa/ |
D | Makefile | 52 KBUILD_LDFLAGS := --no-relax
|