Home
last modified time | relevance | path

Searched refs:Wa (Results 1 – 25 of 80) sorted by relevance

1234

/openbmc/linux/arch/mips/
H A DMakefile98 cflags-y += -msoft-float -Wa,-msoft-float
152 cflags-$(CONFIG_CPU_R4300) += -march=r4300 -Wa,--trap
153 cflags-$(CONFIG_CPU_R4X00) += -march=r4600 -Wa,--trap
164 cflags-$(CONFIG_CPU_R5000) += -march=r5000 -Wa,--trap
166 -Wa,--trap
168 -Wa,--trap
170 -Wa,--trap
172 -Wa,--trap
176 -Wa,--trap
182 cflags-$(CONFIG_CPU_BMIPS) += -march=mips32 -Wa,-mips32 -Wa,--trap
[all …]
/openbmc/u-boot/arch/mips/
H A DMakefile27 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/sparc/
H A DMakefile33 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/loongarch/
H A DMakefile71 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/riscv/
H A DMakefile51 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/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch29 # -Wa,* Pass flags directly to the assembler
33 - -specs=*|-fsanitize=*|-fuse-ld=*|-Wa,*)
34 …se-ld=*|-ffile-prefix-map=*|-fdebug-prefix-map=*|-fmacro-prefix-map=*|-fprofile-prefix-map=*|-Wa,*)
H A D0001-ltmain.in-Parse-additional-clang-options.patch26 # -Wa,* Pass flags directly to the assembler
31 …se-ld=*|-ffile-prefix-map=*|-fdebug-prefix-map=*|-fmacro-prefix-map=*|-fprofile-prefix-map=*|-Wa,*)
/openbmc/linux/arch/sh/
H A DMakefile57 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 DMakefile131 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 DMakefile24 $(filter -W%,$(filter-out -Wa$(comma)%,$(KBUILD_CFLAGS))) \
30 -D__ASSEMBLY__ -Wa,-gdwarf-2
/openbmc/linux/arch/mips/loongson32/
H A DPlatform1 cflags-$(CONFIG_CPU_LOONGSON32) += -march=mips32r2 -Wa,--trap
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dconfig.mk6 PLATFORM_CPPFLAGS += -Wa,-me500 -msoft-float -mno-string
/openbmc/linux/scripts/dummy-tools/
H A Dgcc71 if arg_contain -Wa,--version "$@"; then
/openbmc/linux/scripts/
H A Das-version.sh48 set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler-with-cpp /dev/null -o /dev/null 2>/dev/null)
H A DMakefile.debug15 KBUILD_AFLAGS += $(addprefix -Wa$(comma), $(debug-flags-y))
H A DMakefile.compiler41 …printf "%b\n" "$(1)" | $(CC) -Werror $(CLANG_FLAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -…
/openbmc/linux/arch/csky/
H A DMakefile39 KBUILD_CFLAGS += -mcpu=$(CPUTYPE) -Wa,-mcpu=$(MCPU_STR)
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dtune-i586-nlp.inc12 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'i586-nlp', ' -march=i586 -Wa,-momit-lock-pre…
/openbmc/linux/arch/alpha/
H A DMakefile37 KBUILD_CFLAGS += $(cflags-y) -Wa,-mev6
/openbmc/linux/arch/s390/
H A DMakefile19 aflags_dwarf := -Wa,-gdwarf-2
63 cflags-y += -Wa,-I$(srctree)/arch/$(ARCH)/include
/openbmc/qemu/tests/tcg/xtensa/
H A DMakefile.softmmu-target25 ASFLAGS = -Wa,--no-absolute-literals
/openbmc/qemu/tests/tcg/cris/
H A DMakefile.target35 ASFLAGS += -mcpu=v10 -g -Wa,-I,$(SRC_PATH)/tests/tcg/cris/bare
/openbmc/u-boot/env/
H A DMakefile36 CFLAGS_embedded.o := -Wa,--no-warn -DENV_CRC=$(shell tools/envcrc 2>/dev/null)
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A DMakefile10 ASFLAGS = $(CFLAGS) -Wa,-mpower4
/openbmc/linux/arch/powerpc/
H A DMakefile211 cpu-as-$(CONFIG_ALTIVEC) += $(call as-option,-Wa$(comma)-maltivec)
218 cpu-as-$(CONFIG_PPC_BOOK3S_64) += $(call as-option,-Wa$(comma)-mpower4) $(call as-option,-Wa$(comma…

1234