Searched refs:ARCH (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/
H A DGNUmakefile15 ifndef ARCH
17 # If ARCH is not defined, then we use 'uname -m' to attempt
18 # try to figure out the appropriate ARCH.
21 $(info Attempting to detect ARCH from 'uname -m': $(uname_m))
23 ARCH=X64 macro
26 ARCH=IA32 macro
28 ifndef ARCH
29 $(info Could not detected ARCH from uname results)
30 $(error ARCH is not defined!)
32 $(info Detected ARCH o
[all...]
H A DMakefile13 ARCH = IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/
H A Dbld_awk_pkginfo.ksh29 ARCH='ARCH=\"ISA\"'
100 /$ARCH/ {
101 printf "ARCH=\"%s\"\n", "$mach"
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/libs/zlib-1.2.6/nintendods/
H A DMakefile27 ARCH := -mthumb -mthumb-interwork macro
32 $(ARCH)
37 ASFLAGS := $(ARCH) -march=armv5te -mtune=arm946e-s
38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
/vbox/src/recompiler/tests/
H A DMakefile9 ifeq ($(ARCH),i386)
12 ifeq ($(ARCH),x86_64)
44 ifeq ($(ARCH),i386)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DGNUmakefile14 ARCH ?= IA32 macro
/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/
H A DMakefile21 # (We have to support basic cross building (ARCH=i386|x86_64).)
34 ifeq ($(ARCH),x86_64)
37 ifeq ($(ARCH),i386)
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DMakefile21 # (We have to support basic cross building (ARCH=i386|x86_64).)
34 ifeq ($(ARCH),x86_64)
37 ifeq ($(ARCH),i386)
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/
H A DMakefile21 # (We have to support basic cross building (ARCH=i386|x86_64).)
34 ifeq ($(ARCH),x86_64)
37 ifeq ($(ARCH),i386)

Completed in 221 milliseconds

12