Searched +full:riscv64 +full:- +full:unknown +full:- +full:linux +full:- +full:gnu +full:- (Results 1 – 17 of 17) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/ |
H A D | riscv32.patch | 3 Date: Sun, 24 Oct 2021 22:32:50 -0700 6 Upstream-Status: Pending 7 Signed-off-by: Khem Raj <raj.khem@gmail.com> 8 --- 14 diff --git a/build/moz.configure/init.configure b/build/moz.configure/init.configure 16 --- a/build/moz.configure/init.configure 18 @@ -594,6 +594,9 @@ def split_triplet(triplet, allow_wasi=False): 25 elif cpu in ("riscv64", "riscv64gc"): 26 canonical_cpu = "riscv64" 28 diff --git a/python/mozbuild/mozbuild/configure/constants.py b/python/mozbuild/mozbuild/configure/c… [all …]
|
H A D | riscv.patch | 5 Upstream-Status: Pending 6 Signed-off-by: Khem Raj <raj.khem@gmail.com> 7 --- a/python/mozbuild/mozbuild/test/configure/test_toolchain_configure.py 9 @@ -1327,6 +1327,10 @@ class LinuxCrossCompileToolchainTest(Bas 10 "mips-unknown-linux-gnu": big_endian + {"__mips__": 1}, 11 "riscv32-unknown-linux-gnu": little_endian + {"__riscv": 1, "__riscv_xlen": 32}, 12 "riscv64-unknown-linux-gnu": little_endian + {"__riscv": 1, "__riscv_xlen": 64}, 13 + "riscv32gc-unknown-linux-gnu": little_endian 15 + "riscv64gc-unknown-linux-gnu": little_endian 17 "sh4-unknown-linux-gnu": little_endian + {"__sh__": 1}, [all …]
|
/openbmc/linux/tools/perf/arch/ |
H A D | common.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include <linux/zalloc.h> 13 "arc-linux-", 14 "arc-snps-linux-uclibc-", 15 "arc-snps-linux-gnu-", 20 "arm-eabi-", 21 "arm-linux-androideabi-", 22 "arm-unknown-linux-", 23 "arm-unknown-linux-gnu-", 24 "arm-unknown-linux-gnueabi-", [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rust-target-config.bbclass | 4 # SPDX-License-Identifier: MIT 7 # Right now this is focused on arm-specific tune features. 8 # We get away with this for now as one can only use x86-64 as the build host 26 f.append("-d32") 31 f.append("-d32") 38 f.append("-neon") 52 f.append("+strict-align") 55 f.append("+strict-align") 59 f.append("+strict-align") 68 f.append("+thumb-mode") [all …]
|
/openbmc/qemu/tests/lcitool/ |
H A D | refresh | 3 # Re-generate container recipes 7 # https://gitlab.com/libvirt/libvirt-ci 11 # This work is licensed under the terms of the GNU GPL, version 2 13 # the top-level directory. 28 lcitool_path = Path(self_dir, "libvirt-ci", "bin", "lcitool") 30 lcitool_cmd = [lcitool_path, "--data-dir", self_dir] 63 " id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi\n" 70 cmd.extend(["--cross", cross]) 82 filename = Path(src_dir, ".gitlab-ci.d", "cirrus", target + ".vars") 83 cmd = lcitool_cmd + ["variables", "--format", "shell", target, "qemu"] [all …]
|
/openbmc/linux/scripts/ |
H A D | Makefile.clang | 1 # Individual arch/{arch}/Makefiles should use -EL/-EB to set intended 2 # endianness and -m32/-m64 to set word size based on Kconfigs instead of 4 CLANG_TARGET_FLAGS_arm := arm-linux-gnueabi 5 CLANG_TARGET_FLAGS_arm64 := aarch64-linux-gnu 6 CLANG_TARGET_FLAGS_hexagon := hexagon-linux-musl 7 CLANG_TARGET_FLAGS_loongarch := loongarch64-linux-gnusf 8 CLANG_TARGET_FLAGS_m68k := m68k-linux-gnu 9 CLANG_TARGET_FLAGS_mips := mipsel-linux-gnu 10 CLANG_TARGET_FLAGS_powerpc := powerpc64le-linux-gnu 11 CLANG_TARGET_FLAGS_riscv := riscv64-linux-gnu [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/ |
H A D | luajit_git.bb | 1 SUMMARY = "Just-In-Time Compiler for Lua" 6 SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \ 7 file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \ 8 file://0001-Use-builtin-for-clear_cache.patch \ 22 # If you want to cross-compile to any 32 bit target on an x64 OS, 24 # libc6-dev:i386 on Debian/Ubuntu) and build a 32 bit host part 25 # (HOST_CC="gcc -m32"). 26 BUILD_CC_ARCH:append = " ${@['-m32',''][d.getVar('SITEINFO_BITS') != '32']}" 28 # The lua makefiles expect the TARGET_SYS to be from uname -s 29 # Values: Windows, Linux, Darwin, iOS, SunOS, PS3, GNU/kFreeBSD [all …]
|
/openbmc/qemu/ |
H A D | configure | 14 source_path=$(cd "$(dirname -- "$0")"; pwd) 16 if test "$PWD" -ef "$source_path" 20 MARKER=build/auto-created-by-configure 22 if test -e build 24 if test -f $MARKER 26 rm -rf build 36 echo "your source directory, or try doing an out-of-tree build." 41 # This file is auto-generated by configure to support in-source tree 46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS) 48 test -e build/auto-created-by-configure ; \ [all …]
|
H A D | meson.build | 2 default_options: ['warning_level=1', 'c_std=gnu11', 'cpp_std=gnu++11', 'b_colorout=auto', 10 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 23 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 30 tmpdir = meson.current_build_dir() / 'meson-private/temp' 47 bsd_oses = ['gnu/kfreebsd', 'freebsd', 'netbsd', 'openbsd', 'dragonfly', 'darwin'] 48 supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux'] 49 supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv32', 'riscv64', 'x86', 'x86_64', 61 have_linux_user = have_linux_user or target.endswith('linux-user') 62 have_bsd_user = have_bsd_user or target.endswith('bsd-user') 63 have_system = have_system or target.endswith('-softmmu') [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | rust_1.81.0.bb | 2 HOMEPAGE = "http://www.rust-lang.org" 4 LICENSE = "(MIT | Apache-2.0) & Unicode-TOU" 10 DEPENDS += "file-native python3-native" 11 DEPENDS:append:class-native = " rust-llvm-native" 12 DEPENDS:append:class-nativesdk = " nativesdk-rust-llvm" 16 DEPENDS:append:class-target = " cargo-native rust-native" 17 DEPENDS:append:class-nativesdk = " cargo-native rust-native" 19 DEPENDS += "rust-llvm (=${PV})" 21 RDEPENDS:${PN}:append:class-target = " gcc g++ binutils" 24 INHIBIT_DEFAULT_RUST_DEPS:class-native = "1" [all …]
|
/openbmc/linux/arch/x86/boot/ |
H A D | genimage.sh | 3 # This file is subject to the terms and conditions of the GNU General Public 15 # $1 - fdimage format 16 # $2 - target image file 17 # $3 - kernel bzImage file 18 # $4 - mtools configuration file 19 # $5 - kernel cmdline 20 # $6+ - initrd image file(s) 34 set -x 38 # Exit the top-level shell with an error 45 kill -USR1 $topshell [all …]
|
/openbmc/qemu/qapi/ |
H A D | machine.json | 1 # -*- Mode: Python -*- 4 # This work is licensed under the terms of the GNU GPL, version 2 or later. 5 # See the COPYING file in the top-level directory. 12 { 'include': 'machine-common.json' } 18 # targets. Run "./configure --help" in the project root directory, 19 # and look for the \*-softmmu targets near the "--target-list" option. 30 # "qemu-system-" prefix to produce the corresponding QEMU 31 # executable name. This is true even for "qemu-system-x86_64". 39 'ppc64', 'riscv32', 'riscv64', 'rx', 's390x', 'sh4', 52 'data': [ 'uninitialized', 'stopped', 'check-stop', 'operating', 'load' ] } [all …]
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 6 * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org> 29 #include <linux/err.h> 30 #include <linux/kernel.h> 31 #include <linux/bpf.h> 32 #include <linux/btf.h> 33 #include <linux/filter.h> 34 #include <linux/limits.h> 35 #include <linux/perf_event.h> 36 #include <linux/ring_buffer.h> [all …]
|
/openbmc/ |
D | opengrok1.0.log | 1 2025-04-06 03:00:37.344-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-04-06 03:00:37.447-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
D | opengrok2.0.log | 1 2025-04-05 03:00:36.832-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-04-05 03:00:36.960-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
/openbmc/linux/ |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-1 [all...] |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-1 [all...] |