OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASFLAGS
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/build/make/
Makefile
68
ASFLAGS
+=-I$(BUILD_PFX)$(BUILD_ROOT)/ -I$(SRC_PATH)/
111
--build-pfx=$(BUILD_PFX) --depfile=$@ $(
ASFLAGS
) $< > $@
115
$(qexec)$(AS) $(
ASFLAGS
) -o $@ $<
121
--build-pfx=$(BUILD_PFX) --depfile=$@ $(
ASFLAGS
) $< > $@
125
$(qexec)$(AS) $(
ASFLAGS
) -o $@ $<
configure.sh
178
ASFLAGS
="${
ASFLAGS
} $@"
334
check_cmd ${AS} ${
ASFLAGS
} -o ${TMP_O} ${TMP_ASM}
338
die "${AS} ${
ASFLAGS
} does not support section alignment (nasm <=2.08?)"
389
ASFLAGS
= ${
ASFLAGS
}
724
#
ASFLAGS
is written here instead of using check_add_asflags
725
# because we need to overwrite all of
ASFLAGS
and purge the
727
ASFLAGS
="-version -arch ${tgt_isa} -g"
/external/zlib/nintendods/
Makefile
37
ASFLAGS
:= $(ARCH) -march=armv5te -mtune=arm946e-s
Completed in 265 milliseconds