Searched refs:ARCH (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | dynruntime.mk | 22 ARCH_UPPER = $(shell echo $(ARCH) | tr '[:lower:]' '[:upper:]') 36 MPY_CROSS_FLAGS += -march=$(ARCH) 44 ifeq ($(ARCH),x86) 52 else ifeq ($(ARCH),x64) 60 else ifeq ($(ARCH),armv7m) 67 else ifeq ($(ARCH),armv7emsp) 75 else ifeq ($(ARCH),armv7emdp) 83 else ifeq ($(ARCH),xtensa) 90 else ifeq ($(ARCH),xtensawin) 125 $(Q)$(MPY_LD) --arch $(ARCH) --preprocess -o $@ $^ [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | iosbuild.sh | 75 ARCH="aarch64" 79 ARCH="armv7s" 82 ARCH="armv7" 85 ARCH="armv6" 88 ARCH="x86_64" 90 ARCH="i386" 93 ROOTDIR="${BUILDDIR}/${PLATFORM}-${SDK}-${ARCH}" 99 CFLAGS="-arch ${ARCH2:-${ARCH}} -pipe -isysroot ${SDKROOT} -O3 -DNDEBUG" 104 ${SRCDIR}/configure --host=${ARCH}-apple-darwin --prefix=${ROOTDIR} \
|
A D | Makefile.vc | 9 !IFNDEF ARCH 11 ARCH = x86 13 ARCH = x64 15 ARCH = ARM 18 If cl.exe is in your PATH rerun nmake with ARCH=<arch>. 70 DIRBASE = $(OUTDIR)\$(CFG)\$(ARCH)
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | ci.sh | 374 make -C examples/natmod/features1 ARCH=$arch 375 make -C examples/natmod/features2 ARCH=$arch 376 make -C examples/natmod/btree ARCH=$arch 377 make -C examples/natmod/framebuf ARCH=$arch 378 make -C examples/natmod/uheapq ARCH=$arch 379 make -C examples/natmod/urandom ARCH=$arch 380 make -C examples/natmod/ure ARCH=$arch 381 make -C examples/natmod/uzlib ARCH=$arch
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | makefile.msys | 48 ARCH = 50 CFLAGS = -W -Wall -O2 $(ARCH) # -g
|
/AliOS-Things-master/documentation/aos-tools/ |
A D | aos-tools_user_manual.md | 177 ARCH = CSKY
|
/AliOS-Things-master/components/SDL2/ |
A D | configure | 24674 case $ARCH in 24693 case $ARCH in 24733 case $ARCH in 24754 case $ARCH in 24775 case $ARCH in 24844 ARCH=win32 25072 ARCH=haiku 25276 ARCH=macosx 25371 ARCH=nacl 25462 ARCH=riscos [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/ |
A D | Makefile | 346 ARCH ?= arm macro 437 export ARCH CROSS_COMPILE AS LD CC
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | README.rst | 375 files (or over 18000 ARCH/defconfig combinations in "obsessive" test suite 541 …<menu node for menu, prompt "Linux/$ARCH $KERNELVERSION Kernel Configuration" (visibility y), deps… 554 prompt "64-bit kernel" if ARCH = "x86" 555 default ARCH != "i386"
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | README.rst | 375 files (or over 18000 ARCH/defconfig combinations in "obsessive" test suite 541 …<menu node for menu, prompt "Linux/$ARCH $KERNELVERSION Kernel Configuration" (visibility y), deps… 554 prompt "64-bit kernel" if ARCH = "x86" 555 default ARCH != "i386"
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 3579 Added "$(ARCH)" option to makefile.darwin 5109 Removed the obsolete $ARCH variable from scripts/makefile.darwin.
|
Completed in 37 milliseconds