HomeSort by relevance Sort by last modified time
    Searched refs:ASFLAGS (Results 1 - 5 of 5) sorted by null

  /external/zlib/src/nintendods/
Makefile 37 ASFLAGS := $(ARCH) -march=armv5te -mtune=arm946e-s
  /external/libvpx/libvpx/build/make/
Makefile 71 ASFLAGS+=-I$(BUILD_PFX)$(BUILD_ROOT)/ -I$(SRC_PATH)/
144 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
148 $(qexec)$(AS) $(ASFLAGS) -o $@ $<
154 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
158 $(qexec)$(AS) $(ASFLAGS) -o $@ $<
configure.sh 190 ASFLAGS="${ASFLAGS} $@"
373 check_cmd ${AS} ${ASFLAGS} -o ${TMP_O} ${TMP_ASM}
377 die "${AS} ${ASFLAGS} does not support section alignment (nasm <=2.08?)"
436 ASFLAGS = ${ASFLAGS}
944 # ASFLAGS is written here instead of using check_add_asflags
945 # because we need to overwrite all of ASFLAGS and purge the
947 ASFLAGS="-version -arch ${tgt_isa} -g"
    [all...]
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 451 env.Append(ASFLAGS = ['-m32'])
453 env.Append(ASFLAGS = ['-m64'])
  /external/mesa3d/scons/
gallium.py 451 env.Append(ASFLAGS = ['-m32'])
453 env.Append(ASFLAGS = ['-m64'])

Completed in 219 milliseconds