/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/ |
H A D | GNUmakefile | 15 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 D | Makefile | 13 ARCH = IA32 macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/ |
H A D | bld_awk_pkginfo.ksh | 29 ARCH='ARCH=\"ISA\"' 100 /$ARCH/ { 101 printf "ARCH=\"%s\"\n", "$mach"
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | GNUmakefile | 13 ARCH ?= IA32
macro
|
/vbox/src/libs/zlib-1.2.6/nintendods/ |
H A D | Makefile | 27 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 D | Makefile | 9 ifeq ($(ARCH),i386) 12 ifeq ($(ARCH),x86_64) 44 ifeq ($(ARCH),i386)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/ |
H A D | GNUmakefile | 14 ARCH ?= IA32
macro
|
/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/ |
H A D | Makefile | 21 # (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 D | Makefile | 21 # (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 D | Makefile | 21 # (We have to support basic cross building (ARCH=i386|x86_64).) 34 ifeq ($(ARCH),x86_64) 37 ifeq ($(ARCH),i386)
|