Searched defs:arch (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Installer/linux/rpm/
H A Drules61 arch := $(shell if [ `uname -m` = "x86_64" ]; then echo "amd64"; else echo "i386"; fi) macro
141 $(if $(filter el5 ol5 centos5 sles10.1 sles11.0,$(rpmrel)),--with-qt4-dir=/home/vbox/Qt-4.7.4-stdc++6-$(arch)) \
/vbox/src/VBox/Installer/linux/debian/
H A Drules51 arch := $(shell dpkg --print-architecture) macro
94 qtstdc6 := /home/vbox/Qt-4.7.4-stdc++6-$(arch)
199 binary binary-arch binary-indep: build $(verfile)
203 binary binary-arch binary-indep: build $(if $(NOMODS),,modules)
307 .PHONY: binary modules binary-arch binary-indep clean checkroot
/vbox/debian/
H A Drules45 arch := $(shell dpkg --print-architecture) macro
71 qtstdc6 := /home/vbox/Qt-4.7.4-stdc++6-$(arch)
173 binary binary-arch binary-indep: build $(verfile)
177 binary binary-arch binary-indep: build $(if $(NOMODS),,modules)
274 .PHONY: binary modules binary-arch binary-indep clean checkroot
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddhcp.h246 uint16_t arch; member in struct:dhcp_client_architecture

Completed in 53 milliseconds