/openbmc/linux/arch/mips/ |
H A D | Makefile | 98 cflags-y += -msoft-float -Wa,-msoft-float 146 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,) 152 cflags-$(CONFIG_CPU_R4300) += -march=r4300 -Wa,--trap 153 cflags-$(CONFIG_CPU_R4X00) += -march=r4600 -Wa,--trap 154 cflags-$(CONFIG_CPU_TX49XX) += -march=r4600 -Wa,--trap 155 cflags-$(CONFIG_CPU_MIPS32_R1) += -march=mips32 -Wa,--trap 156 cflags-$(CONFIG_CPU_MIPS32_R2) += -march=mips32r2 -Wa,--trap 157 cflags-$(CONFIG_CPU_MIPS32_R5) += -march=mips32r5 -Wa,--trap -modd-spreg 158 cflags-$(CONFIG_CPU_MIPS32_R6) += -march=mips32r6 -Wa,--trap -modd-spreg 159 cflags-$(CONFIG_CPU_MIPS64_R1) += -march=mips64 -Wa,--trap [all …]
|
/openbmc/u-boot/arch/mips/ |
H A D | Makefile | 27 arch-$(CONFIG_CPU_MIPS32_R1) += -march=mips32 -Wa,-mips32 28 arch-$(CONFIG_CPU_MIPS32_R2) += -march=mips32r2 -Wa,-mips32r2 29 arch-$(CONFIG_CPU_MIPS32_R6) += -march=mips32r6 -Wa,-mips32r6 30 arch-$(CONFIG_CPU_MIPS64_R1) += -march=mips64 -Wa,-mips64 31 arch-$(CONFIG_CPU_MIPS64_R2) += -march=mips64r2 -Wa,-mips64r2 32 arch-$(CONFIG_CPU_MIPS64_R6) += -march=mips64r6 -Wa,-mips64r6
|
/openbmc/linux/arch/riscv/ |
H A D | Makefile | 51 KBUILD_CFLAGS += -Wa,-mno-relax 52 KBUILD_AFLAGS += -Wa,-mno-relax 65 KBUILD_CFLAGS += -Wa,-misa-spec=2.2 66 KBUILD_AFLAGS += -Wa,-misa-spec=2.2 97 KBUILD_CFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr) 98 KBUILD_AFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr) 101 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
|
/openbmc/linux/arch/loongarch/ |
H A D | Makefile | 71 KBUILD_AFLAGS_MODULE += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax) 72 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax) 75 KBUILD_AFLAGS_KERNEL += -Wa,-mla-global-with-pcrel 76 KBUILD_CFLAGS_KERNEL += -Wa,-mla-global-with-pcrel 77 KBUILD_AFLAGS_MODULE += -Wa,-mla-global-with-abs 78 KBUILD_CFLAGS_MODULE += -fplt -Wa,-mla-global-with-abs,-mla-local-with-abs
|
/openbmc/linux/arch/sparc/ |
H A D | Makefile | 33 KBUILD_CFLAGS += -Wa,-Av8 35 KBUILD_AFLAGS += -m32 -Wa,-Av8 49 KBUILD_CFLAGS += -Wa,--undeclared-regs 51 KBUILD_AFLAGS += -m64 -mcpu=ultrasparc -Wa,--undeclared-regs
|
/openbmc/linux/arch/sh/ |
H A D | Makefile | 57 isaflags-y := $(call as-option,-Wa$(comma)-isa=any,) 67 isaflags-y := $(call as-option,-Wa$(comma)-isa=$(isa-y),) 70 $(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
|
/openbmc/linux/arch/arm/ |
H A D | Makefile | 131 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W) 134 CFLAGS_ISA :=-Wa,-mimplicit-it=always $(AFLAGS_NOWARN) 135 AFLAGS_ISA :=$(CFLAGS_ISA) -Wa$(comma)-mthumb 145 KBUILD_AFLAGS +=$(CFLAGS_ABI) $(AFLAGS_ISA) -Wa,$(arch-y) $(tune-y) -include asm/unified.h -msoft-f…
|
/openbmc/linux/arch/loongarch/vdso/ |
H A D | Makefile | 24 $(filter -W%,$(filter-out -Wa$(comma)%,$(KBUILD_CFLAGS))) \ 30 -D__ASSEMBLY__ -Wa,-gdwarf-2
|
/openbmc/linux/arch/mips/loongson32/ |
H A D | Platform | 1 cflags-$(CONFIG_CPU_LOONGSON32) += -march=mips32r2 -Wa,--trap
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | config.mk | 6 PLATFORM_CPPFLAGS += -Wa,-me500 -msoft-float -mno-string
|
/openbmc/linux/scripts/dummy-tools/ |
H A D | gcc | 71 if arg_contain -Wa,--version "$@"; then
|
/openbmc/qemu/tests/tcg/riscv64/ |
H A D | Makefile.softmmu-target | 13 $(CC) $(CFLAGS) $< -Wa,--noexecstack -c -o $@
|
/openbmc/linux/scripts/ |
H A D | as-version.sh | 48 set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler-with-cpp /dev/null -o /dev/null 2>/dev/null)
|
H A D | Makefile.debug | 15 KBUILD_AFLAGS += $(addprefix -Wa$(comma), $(debug-flags-y))
|
H A D | Makefile.compiler | 41 …printf "%b\n" "$(1)" | $(CC) -Werror $(CLANG_FLAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -…
|
/openbmc/linux/arch/csky/ |
H A D | Makefile | 39 KBUILD_CFLAGS += -mcpu=$(CPUTYPE) -Wa,-mcpu=$(MCPU_STR)
|
/openbmc/qemu/tests/tcg/alpha/ |
H A D | Makefile.softmmu-target | 25 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -Wa,--noexecstack -c $< -o $@
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | Makefile.softmmu-target | 28 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wa,--noexecstack -c $< -o $@
|
/openbmc/qemu/tests/tcg/x86_64/ |
H A D | Makefile.softmmu-target | 28 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wa,--noexecstack -c $< -o $@
|
/openbmc/qemu/tests/tcg/loongarch64/ |
H A D | Makefile.softmmu-target | 25 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -Wa,--noexecstack -c $< -o $@
|
/openbmc/linux/arch/s390/ |
H A D | Makefile | 19 aflags_dwarf := -Wa,-gdwarf-2 63 cflags-y += -Wa,-I$(srctree)/arch/$(ARCH)/include
|
/openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
H A D | tune-i586-nlp.inc | 12 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'i586-nlp', ' -march=i586 -Wa,-momit-lock-pre…
|
/openbmc/linux/arch/alpha/ |
H A D | Makefile | 37 KBUILD_CFLAGS += $(cflags-y) -Wa,-mev6
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | Makefile.softmmu-target | 25 ASFLAGS = -Wa,--no-absolute-literals
|
/openbmc/linux/arch/powerpc/ |
H A D | Makefile | 204 cpu-as-$(CONFIG_ALTIVEC) += $(call as-option,-Wa$(comma)-maltivec) 211 cpu-as-$(CONFIG_PPC_BOOK3S_64) += $(call as-option,-Wa$(comma)-mpower4) $(call as-option,-Wa$(comma…
|