Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GCC_ARCH
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/.gitlab-ci/container/
H
A
D
lava_build.sh
26
GCC_ARCH
="aarch64-linux-gnu"
43
GCC_ARCH
="arm-linux-gnueabihf"
53
GCC_ARCH
="x86_64-linux-gnu"
76
export CROSS_COMPILE="${
GCC_ARCH
}-"
135
STRIP_CMD="${
GCC_ARCH
}-strip"
136
mkdir -p /lava-files/rootfs-${DEBIAN_ARCH}/usr/lib/$
GCC_ARCH
179
mv /usr/local/lib/$
GCC_ARCH
/libvirglrenderer.* /lava-files/rootfs-${DEBIAN_ARCH}/usr/lib/$
GCC_ARCH
/
227
find /libdrm/ -name lib\*\.so\* | xargs cp -t /lava-files/rootfs-${DEBIAN_ARCH}/usr/lib/$
GCC_ARCH
/.
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H
A
D
config.pm
39
my $
GCC_ARCH
;
462
$
GCC_ARCH
= "-m64"
464
$
GCC_ARCH
= "-m32"
737
} elsif ( $CCVENDOR eq "gnu" && $
GCC_ARCH
eq "-m64" ) {
738
# $
GCC_ARCH
denotes default ABI chosen by compiler driver
748
} elsif ( $
GCC_ARCH
eq "-m32" ) {
/third_party/openssl/util/perl/OpenSSL/
H
A
D
config.pm
39
my $
GCC_ARCH
;
454
$
GCC_ARCH
= "-m64"
456
$
GCC_ARCH
= "-m32"
729
} elsif ( $CCVENDOR eq "gnu" && $
GCC_ARCH
eq "-m64" ) {
730
# $
GCC_ARCH
denotes default ABI chosen by compiler driver
740
} elsif ( $
GCC_ARCH
eq "-m32" ) {
Completed in 3 milliseconds