Home
last modified time | relevance | path

Searched refs:host_arch (Results 76 – 100 of 872) sorted by relevance

12345678910>>...35

/dports/lang/v8/v8-9.6.180.12/build/fuchsia/
H A Dcommon.py39 host_arch = platform.machine()
40 if host_arch == 'x86_64':
42 elif host_arch == 'aarch64':
44 raise Exception('Unsupported host architecture: %s' % host_arch)
47 host_arch = platform.machine()
/dports/archivers/dpkg/dpkg-1.19.7/scripts/
H A Ddpkg-gensymbols.pl50 my $host_arch = get_host_arch();
135 $host_arch = $1;
171 my $symfile = Dpkg::Shlibs::SymbolFile->new(arch => $host_arch);
172 my $ref_symfile = Dpkg::Shlibs::SymbolFile->new(arch => $host_arch);
174 foreach my $file ($input, $output, "debian/$oppackage.symbols.$host_arch",
175 "debian/symbols.$host_arch", "debian/$oppackage.symbols",
326 $sourceversion, $host_arch);
/dports/emulators/qemu42/qemu-4.2.1/roms/
H A Dedk2-funcs.sh103 local host_arch
109 host_arch=$(uname -m)
111 if [ "$gcc_arch" == "$host_arch" ] ||
112 ( [ "$gcc_arch" == i686 ] && [ "$host_arch" == x86_64 ] ); then
/dports/emulators/qemu/qemu-6.2.0/roms/
H A Dedk2-funcs.sh103 local host_arch
109 host_arch=$(uname -m)
111 if [ "$gcc_arch" == "$host_arch" ] ||
112 ( [ "$gcc_arch" == i686 ] && [ "$host_arch" == x86_64 ] ); then
/dports/emulators/qemu-utils/qemu-4.2.1/roms/
H A Dedk2-funcs.sh103 local host_arch
109 host_arch=$(uname -m)
111 if [ "$gcc_arch" == "$host_arch" ] ||
112 ( [ "$gcc_arch" == i686 ] && [ "$host_arch" == x86_64 ] ); then
/dports/emulators/qemu5/qemu-5.2.0/roms/
H A Dedk2-funcs.sh103 local host_arch
109 host_arch=$(uname -m)
111 if [ "$gcc_arch" == "$host_arch" ] ||
112 ( [ "$gcc_arch" == i686 ] && [ "$host_arch" == x86_64 ] ); then
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/
H A Dedk2-funcs.sh103 local host_arch
109 host_arch=$(uname -m)
111 if [ "$gcc_arch" == "$host_arch" ] ||
112 ( [ "$gcc_arch" == i686 ] && [ "$host_arch" == x86_64 ] ); then
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/roms/
H A Dedk2-funcs.sh103 local host_arch
109 host_arch=$(uname -m)
111 if [ "$gcc_arch" == "$host_arch" ] ||
112 ( [ "$gcc_arch" == i686 ] && [ "$host_arch" == x86_64 ] ); then
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/roms/
H A Dedk2-funcs.sh103 local host_arch
109 host_arch=$(uname -m)
111 if [ "$gcc_arch" == "$host_arch" ] ||
112 ( [ "$gcc_arch" == i686 ] && [ "$host_arch" == x86_64 ] ); then
/dports/emulators/qemu60/qemu-6.0.0/roms/
H A Dedk2-funcs.sh103 local host_arch
109 host_arch=$(uname -m)
111 if [ "$gcc_arch" == "$host_arch" ] ||
112 ( [ "$gcc_arch" == i686 ] && [ "$host_arch" == x86_64 ] ); then
/dports/emulators/qemu-guest-agent/qemu-5.0.1/python/qemu/
H A Daccel.py64 host_arch = os.uname()[4]
65 if target_arch != host_arch:
66 if target_arch != ADDITIONAL_ARCHES.get(host_arch):
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/python/qemu/
H A Daccel.py64 host_arch = os.uname()[4]
65 if target_arch != host_arch:
66 if target_arch != ADDITIONAL_ARCHES.get(host_arch):
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/Deps/
H A DSimple.pm126 $self->{host_arch} = $opts{host_arch};
483 my ($self, $host_arch) = @_;
488 return debarch_is_concerned($host_arch, @{$self->{arches}});
500 my ($self, $host_arch) = @_;
502 if (not $self->arch_is_concerned($host_arch)) {
/dports/emulators/qemu/qemu-6.2.0/python/qemu/utils/
H A Daccel.py69 host_arch = os.uname()[4]
70 if target_arch != host_arch:
71 if target_arch != ADDITIONAL_ARCHES.get(host_arch):
/dports/emulators/qemu60/qemu-6.0.0/python/qemu/
H A Daccel.py69 host_arch = os.uname()[4]
70 if target_arch != host_arch:
71 if target_arch != ADDITIONAL_ARCHES.get(host_arch):
/dports/emulators/qemu5/qemu-5.2.0/python/qemu/
H A Daccel.py69 host_arch = os.uname()[4]
70 if target_arch != host_arch:
71 if target_arch != ADDITIONAL_ARCHES.get(host_arch):
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/python/qemu/utils/
H A Daccel.py69 host_arch = os.uname()[4]
70 if target_arch != host_arch:
71 if target_arch != ADDITIONAL_ARCHES.get(host_arch):
/dports/archivers/dpkg/dpkg-1.19.7/scripts/t/
H A DDpkg_Deps.t43 test_dep_parse_option(host_arch => 'all');
44 test_dep_parse_option(host_arch => 'any');
45 test_dep_parse_option(host_arch => 'linux-any');
46 test_dep_parse_option(host_arch => 'unknown-arch');
101 my $dep_i386 = deps_parse($field_arch, reduce_arch => 1, host_arch => 'i386');
102 my $dep_alpha = deps_parse($field_arch, reduce_arch => 1, host_arch => 'alpha');
103 my $dep_hurd = deps_parse($field_arch, reduce_arch => 1, host_arch => 'hurd-i386');
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/Tool/MSCommon/
H A Dsdk.py109 def get_sdk_vc_script(self,host_arch, target_arch): argument
113 if (host_arch == 'amd64' and target_arch == 'x86'):
115 host_arch=target_arch
118 if (host_arch != target_arch):
119 arch_string='%s_%s'%(host_arch,target_arch)
122 host_arch,
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/Tool/MSCommon/
H A Dsdk.py109 def get_sdk_vc_script(self,host_arch, target_arch): argument
113 if (host_arch == 'amd64' and target_arch == 'x86'):
115 host_arch=target_arch
118 if (host_arch != target_arch):
119 arch_string='%s_%s'%(host_arch,target_arch)
122 host_arch,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Tool/MSCommon/
H A Dsdk.py109 def get_sdk_vc_script(self,host_arch, target_arch): argument
113 if (host_arch == 'amd64' and target_arch == 'x86'):
115 host_arch=target_arch
118 if (host_arch != target_arch):
119 arch_string='%s_%s'%(host_arch,target_arch)
122 host_arch,
/dports/devel/scons/SCons-4.2.0/SCons/Tool/MSCommon/
H A Dsdk.py107 def get_sdk_vc_script(self,host_arch, target_arch): argument
111 if host_arch == 'amd64' and target_arch == 'x86':
113 host_arch=target_arch
116 if host_arch != target_arch:
117 arch_string='%s_%s'%(host_arch,target_arch)
120 host_arch,
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/MSCommon/
H A Dsdk.py109 def get_sdk_vc_script(self,host_arch, target_arch): argument
113 if (host_arch == 'amd64' and target_arch == 'x86'):
115 host_arch=target_arch
118 if (host_arch != target_arch):
119 arch_string='%s_%s'%(host_arch,target_arch)
122 host_arch,
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/MSCommon/
H A Dsdk.py109 def get_sdk_vc_script(self,host_arch, target_arch): argument
113 if (host_arch == 'amd64' and target_arch == 'x86'):
115 host_arch=target_arch
118 if (host_arch != target_arch):
119 arch_string='%s_%s'%(host_arch,target_arch)
122 host_arch,
/dports/archivers/maxcso/maxcso-1.10.0/libuv/
H A Dgyp_uv.py27 def host_arch(): function
58 args.append('-Dhost_arch=%s' % host_arch())
61 args.append('-Dtarget_arch=%s' % host_arch())

12345678910>>...35