Home
last modified time | relevance | path

Searched refs:gnu (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/scripts/
H A Dinstall-deps-ubuntu187 if [ `which aarch64-linux-gnu-gcc-8` ]; then
188 CC=aarch64-linux-gnu-gcc-8 ./configure --prefix=/usr/aarch64-linux-gnu
220 if [ `which aarch64-linux-gnu-gcc-8` ]; then
221 CC=aarch64-linux-gnu-gcc-8 ./configure --host=aarch64-linux-gnu --prefix=/usr/aarch64-linux-gnu --includedir=/usr/aarch64-linux-gnu/include/libdwarf --disable-libelf --enable-shared --with-pic
/arkcompiler/runtime_core/static_core/scripts/llvm/
H A Dbuild_llvm.sh225 -DLLVM_DEFAULT_TARGET_TRIPLE=aarch64-linux-gnu \
226 -DCMAKE_C_FLAGS="--target=aarch64-linux-gnu -I/usr/aarch64-linux-gnu/include/ ${DEBUG_OPT_FLAG}" \
227 -DCMAKE_CXX_FLAGS="--target=aarch64-linux-gnu -I/usr/aarch64-linux-gnu/include/c++/8/aarch64-linux-gnu -I/usr/aarch64-linux-gnu/include/ ${DEBUG_OPT_FLAG}" \
270 -DLLVM_DEFAULT_TARGET_TRIPLE=aarch64-linux-gnu \
271 -DCMAKE_C_FLAGS="--target=aarch64-linux-gnu -I/usr/aarch64-linux-gnu/includ
[all...]
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h399 static const char sectionName[] = ".note.gnu.build-id"; in ParseELFSectionsForBuildId()
420 static const char gnu[] = "GNU"; in ParseELFSectionsForBuildId() local
421 if (strcmp(curShNameForNhdr, gnu) != 0 || nhdr->n_type != NT_GNU_BUILD_ID) { in ParseELFSectionsForBuildId()

Completed in 3 milliseconds