OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEB_BUILD_GNU_TYPE
(Results
1 - 4
of
4
) sorted by null
/external/strace/debian/
rules
22
DEB_BUILD_GNU_TYPE
:= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
34
ifeq ($(DEB_HOST_GNU_TYPE),$(
DEB_BUILD_GNU_TYPE
))
35
CONFIG_OPTS = --build=$(
DEB_BUILD_GNU_TYPE
)
37
CONFIG_OPTS = --build=$(
DEB_BUILD_GNU_TYPE
) --host=$(DEB_HOST_GNU_TYPE)
60
cd $(@D); CC="$(CC64)" sh ../configure --prefix=/usr --build=$(
DEB_BUILD_GNU_TYPE
) --host=$(HOST64)
/external/cmockery/cmockery_0_1_2/packages/deb/
rules
16
DEB_BUILD_GNU_TYPE
?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
42
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(
DEB_BUILD_GNU_TYPE
) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
/hardware/intel/img/psb_video/debian/
rules
42
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(
DEB_BUILD_GNU_TYPE
) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
/external/e2fsprogs/debian/
rules
21
DEB_BUILD_GNU_TYPE
?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
261
--build=$(
DEB_BUILD_GNU_TYPE
) --host=$(DEB_HOST_GNU_TYPE) \
291
--build=$(
DEB_BUILD_GNU_TYPE
) --host=$(DEB_HOST_GNU_TYPE) \
317
--build=$(
DEB_BUILD_GNU_TYPE
) --host=$(DEB_HOST_GNU_TYPE) \
Completed in 397 milliseconds