Home
last modified time | relevance | path

Searched refs:ASFLAGS (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/x264/x264/
H A DFix-X32-build-by-disabling-asm.patch26 ASFLAGS="$ASFLAGS -DARCH_X86_64=1 -I\$(SRCPATH)/common/x86/"
37 ASFLAGS="$ASFLAGS -f macho64 -DPREFIX"
43 - ASFLAGS="$ASFLAGS -f elf64"
47 + ASFLAGS="$ASFLAGS -f elf64"
/OK3568_Linux_fs/buildroot/boot/opensbi/0.9/
H A D0001-Makefile-Don-t-specify-mabi-or-march.patch28 ASFLAGS = -g -Wall -nostdlib -D__ASSEMBLY__
29 ASFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
30 ASFLAGS += -mno-save-restore -mstrict-align
31 -ASFLAGS += -mabi=$(PLATFORM_RISCV_ABI) -march=$(PLATFORM_RISCV_ISA)
32 ASFLAGS += -mcmodel=$(PLATFORM_RISCV_CODE_MODEL)
33 ASFLAGS += $(GENFLAGS)
34 ASFLAGS += $(platform-asflags-y)
H A D0002-Makefile-unconditionally-disable-SSP.patch37 -ASFLAGS = -g -Wall -nostdlib -D__ASSEMBLY__
38 +ASFLAGS = -g -Wall -nostdlib -fno-stack-protector -D__ASSEMBLY__
39 ASFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
40 ASFLAGS += -mno-save-restore -mstrict-align
41 ASFLAGS += -mabi=$(PLATFORM_RISCV_ABI) -march=$(PLATFORM_RISCV_ISA)
/OK3568_Linux_fs/buildroot/boot/at91bootstrap/
H A Dat91bootstrap-1.16-eabi-fix.patch46 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
59 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
72 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
85 ASFLAGS=-g -mcpu=arm926ej-s -c -Os -Wall -D$(TARGET) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
98 ASFLAGS=-g -mcpu=arm926ej-s -c -Os -Wall -D$(TARGET) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
111 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
124 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
137 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
150 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
163 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile4 ASFLAGS += -O2 -Wall -g -nostdlib -m64
11 $(OUTPUT)/switch_endian_test: ASFLAGS += -I $(OUTPUT)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0001-force-static-build.patch24 ASFLAGS = @ASFLAGS@ $($(ARCH)_ASFLAGS)
H A Dinclude_next.patch22 ASFLAGS = @ASFLAGS@ $($(ARCH)_ASFLAGS)
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A Dlib.mk136 COMPILE.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
137 LINK.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/stringloops/
H A DMakefile30 ASFLAGS = $(CFLAGS) macro
/OK3568_Linux_fs/buildroot/boot/syslinux/
H A D0002-Disable-PIE-to-avoid-FTBFS-on-amd64.patch25 ASFLAGS :=
H A D0016-Workaround-multiple-definition-of-symbol-errors.patch115 @@ -55,7 +55,7 @@ ASFLAGS += --32
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/copyloops/
H A DMakefile10 ASFLAGS = $(CFLAGS) -Wa,-mpower4 macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/
H A Dbinutils-cross-testsuite_2.38.bb54 content.append('set ASFLAGS "-64"')
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Dpre-generated-old-configure.patch811 + ASFLAGS="$extra_opts $ASFLAGS"
817 + ASFLAGS="$directory_include_args -DANDROID $ASFLAGS"
3506 + ASFLAGS="$ASFLAGS $_ARM_FLAGS"
4089 + ASFLAGS="$ASFLAGS -fPIC"
4107 + ASFLAGS="$ASFLAGS -Wa,--noexecstack"
8893 + (''' ASFLAGS ''', list(split(r''' $ASFLAGS ''')))