OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASFLAGS
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/
Makefile
14
ASFLAGS
= $(INCLUDES) $(ASFLAG)
15
AFLAGS= $(
ASFLAGS
)
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
Makefile
16
ASFLAGS
= $(INCLUDES) $(ASFLAG)
17
AFLAGS= $(
ASFLAGS
)
/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 163 milliseconds