Searched refs:ASFLAGS (Results 1 - 7 of 7) sorted by relevance

/external/zlib/src/nintendods/
H A DMakefile37 ASFLAGS := $(ARCH) -march=armv5te -mtune=arm946e-s macro
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A DMakefile71 ASFLAGS+=-I$(BUILD_PFX)$(BUILD_ROOT)/ -I$(SRC_PATH)/
173 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
177 $(qexec)$(AS) $(ASFLAGS) -o $@ $<
183 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
187 $(qexec)$(AS) $(ASFLAGS) -o $@ $<
H A Dconfigure.sh190 ASFLAGS="${ASFLAGS} $@"
374 check_cmd ${AS} ${ASFLAGS} -o ${TMP_O} ${TMP_ASM}
378 die "${AS} ${ASFLAGS} does not support section alignment (nasm <=2.08?)"
450 ASFLAGS = ${ASFLAGS}
985 # ASFLAGS is written here instead of using check_add_asflags
986 # because we need to overwrite all of ASFLAGS and purge the
988 ASFLAGS="-arch ${tgt_isa} -g"
/external/libvpx/libvpx/build/make/
H A DMakefile71 ASFLAGS+=-I$(BUILD_PFX)$(BUILD_ROOT)/ -I$(SRC_PATH)/
154 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
158 $(qexec)$(AS) $(ASFLAGS) -o $@ $<
164 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
168 $(qexec)$(AS) $(ASFLAGS) -o $@ $<
H A Dconfigure.sh190 ASFLAGS="${ASFLAGS} $@"
374 check_cmd ${AS} ${ASFLAGS} -o ${TMP_O} ${TMP_ASM}
378 die "${AS} ${ASFLAGS} does not support section alignment (nasm <=2.08?)"
450 ASFLAGS = ${ASFLAGS}
954 # ASFLAGS is written here instead of using check_add_asflags
955 # because we need to overwrite all of ASFLAGS and purge the
957 ASFLAGS="-arch ${tgt_isa} -g"
/external/chromium_org/third_party/mesa/src/scons/
H A Dgallium.py451 env.Append(ASFLAGS = ['-m32'])
453 env.Append(ASFLAGS = ['-m64'])
/external/mesa3d/scons/
H A Dgallium.py451 env.Append(ASFLAGS = ['-m32'])
453 env.Append(ASFLAGS = ['-m64'])

Completed in 160 milliseconds