Searched defs:ARCH (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/
H A DMakefile13 ARCH = IA32 macro
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...]
/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/GenFv/
H A DGNUmakefile13 ARCH ?= IA32 macro
/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/GenPage/
H A DGNUmakefile13 ARCH ?= IA32 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
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/LzmaCompress/
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/VfrCompile/
H A DGNUmakefile14 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)

Completed in 70 milliseconds