HomeSort by relevance Sort by last modified time
    Searched defs:TARGET_ARCH (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /build/kati/testcase/
builtin_rules.mk 3 TARGET_ARCH:=-O2
  /build/make/target/board/generic_x86_a/
BoardConfig.mk 20 TARGET_ARCH := x86
  /device/linaro/bootloader/edk2/DuetPkg/
GetVariables.bat 27 @for /f "tokens=1*" %%i in ('type %CONFIG_FILE% ^| find "TARGET" ^| find /V "#" ^| find /V "TARGET_ARCH"') do @set TARGET%%j
30 @for /f "tokens=1*" %%i in ('type %CONFIG_FILE% ^| find "TARGET_ARCH" ^|find /V "#"') do @set TARGET_ARCH%%j
31 @for /f "tokens=*" %%i in ("%TARGET_ARCH%") do @set TARGET_ARCH=%%i
38 @if "%TARGET_ARCH%"=="" @set TARGET_ARCH=IA32
PostBuild.bat 24 @if NOT "%1"=="" @set TARGET_ARCH=%1
25 @if "%TARGET_ARCH%"=="IA32" set PROCESSOR=IA32
26 @if "%TARGET_ARCH%"=="X64" set PROCESSOR=X64
  /build/make/target/board/generic_x86_ab/
BoardConfig.mk 20 TARGET_ARCH := x86
  /build/make/target/board/generic_arm_a/
BoardConfig.mk 22 TARGET_ARCH := arm
  /build/make/target/board/generic_x86_64_a/
BoardConfig.mk 20 TARGET_ARCH := x86_64
  /toolchain/binutils/binutils-2.25/gas/config/
tc-pdp11.h 24 #define TARGET_ARCH bfd_arch_pdp11
tc-mn10200.h 26 #define TARGET_ARCH bfd_arch_mn10200
tc-moxie.h 30 #define TARGET_ARCH bfd_arch_moxie
tc-cr16.h 33 #define TARGET_ARCH bfd_arch_cr16
tc-crx.h 33 #define TARGET_ARCH bfd_arch_crx
tc-d10v.h 27 #define TARGET_ARCH bfd_arch_d10v
tc-fr30.h 26 #define TARGET_ARCH bfd_arch_fr30
tc-i370.h 32 #define TARGET_ARCH (i370_arch ())
tc-iq2000.h 26 #define TARGET_ARCH bfd_arch_iq2000
tc-lm32.h 26 #define TARGET_ARCH bfd_arch_lm32
tc-pj.h 27 #define TARGET_ARCH bfd_arch_pj
tc-tic30.h 31 #define TARGET_ARCH bfd_arch_tic30
  /build/make/target/board/generic_arm64_a/
BoardConfig.mk 19 TARGET_ARCH := arm64
  /build/make/target/board/generic_arm_ab/
BoardConfig.mk 22 TARGET_ARCH := arm
  /build/make/target/board/generic_x86_64_ab/
BoardConfig.mk 20 TARGET_ARCH := x86_64
  /build/make/target/board/generic_arm64_ab/
BoardConfig.mk 19 TARGET_ARCH := arm64
  /device/generic/uml/
BoardConfig.mk 9 TARGET_ARCH := x86_64
  /external/boringssl/
rules.mk 25 TARGET_ARCH := $(ARCH)
32 LOCAL_SRC_FILES_$(TARGET_ARCH) :=
34 LOCAL_CFLAGS_$(TARGET_ARCH) :=

Completed in 261 milliseconds

1 2 3 4 5