Home
last modified time | relevance | path

Searched refs:archtest (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dmultilib.py14 def archtest(self, binary, arch): member in MultilibTest
41 self.archtest("/lib/libc.so.6", "ELF32")
42 self.archtest("/lib64/libc.so.6", "ELF64")
47 self.archtest("/usr/sbin/connmand", "ELF32")
/OK3568_Linux_fs/buildroot/package/flashrom/
H A D0001-Makefile-Fix-building-on-AArch64-NixOS.patch6 The parsing of the output of archtest.c produced an unexpected
18 The C files archtest.c, endiantest.c and os.h used to set the
72 -override ARCH := $(strip $(call debug_shell,$(CC) $(CPPFLAGS) -E archtest.c 2>/dev/null | grep -v …
74 +override ARCH := $(strip $(call debug_shell,$(CC) $(CPPFLAGS) -E archtest.c 2>/dev/null \