Searched +full:5 +full:- +full:x86_64 +full:- +full:unknown +full:- +full:linux +full:- +full:gnu (Results 1 – 25 of 119) sorted by relevance
12345
| /third_party/libabigail/tests/data/test-read-dwarf/ |
| D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 1 <abi-corpus version='2.2' soname='libstdc++.so.6'> 2 <elf-needed> 5 <dependency name='ld-linux-x86-64.so.2'/> 7 </elf-needed> 8 <elf-function-symbols> 9 …-symbol name='_ZN10__cxxabiv116__enum_type_infoD0Ev' version='CXXABI_1.3' is-default-version='yes'… 10 …-symbol name='_ZN10__cxxabiv116__enum_type_infoD1Ev' version='CXXABI_1.3' is-default-version='yes'… 11 …-symbol name='_ZN10__cxxabiv116__enum_type_infoD2Ev' version='CXXABI_1.3' is-default-version='yes'… 12 …-symbol name='_ZN10__cxxabiv117__array_type_infoD0Ev' version='CXXABI_1.3' is-default-version='yes… 13 …-symbol name='_ZN10__cxxabiv117__array_type_infoD1Ev' version='CXXABI_1.3' is-default-version='yes… [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | semver.sh | 5 set -ex 11 if ! rustc --version | grep -E "nightly" ; then 16 rustup component add rustc-dev llvm-tools-preview 19 cargo install semverver --version=0.1.50 23 *linux*) 25 aarch64-fuchsia \ 26 aarch64-linux-android \ 27 aarch64-unknown-linux-gnu \ 28 aarch64-unknown-linux-musl \ 29 armv7-linux-androideabi \ [all …]
|
| D | build.sh | 8 set -ex 18 rustup component add rust-src 30 N=5 32 until [ $n -ge $N ] 34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then 44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" 46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings. 47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \ 48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}" 53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}" [all …]
|
| D | install-musl.sh | 3 # Install musl and musl-sanitized linux kernel headers 4 # to musl-{$1} directory 6 set -ex 9 MUSL="musl-${MUSL_VERSION}" 12 curl --retry 5 https://www.musl-libc.org/releases/${MUSL}.tar.gz | tar xzf - 19 CC=aarch64-linux-gnu-gcc \ 20 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes 21 make install -j4 26 CC=arm-linux-gnueabihf-gcc CFLAGS="-march=armv6 -marm -mfpu=vfp" \ 27 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes [all …]
|
| /third_party/rust/crates/libc/.github/workflows/ |
| D | bors.yml | 6 - auto-libc 7 - try 13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 16 name: Docker Linux Tier1 17 runs-on: ubuntu-22.04 19 fail-fast: true 22 i686-unknown-linux-gnu, 23 x86_64-unknown-linux-gnu, 26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master 29 - uses: actions/checkout@v3 [all …]
|
| /third_party/elfutils/tests/ |
| D | run-next-files.sh | 2 # Variant of run-get-files that uses dwarf_next_lines. 7 # it under the terms of the GNU General Public License as published by 14 # GNU General Public License for more details. 16 # You should have received a copy of the GNU General Public License 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 . $srcdir/test-subr.sh 23 testrun_compare ${abs_builddir}/next-files testfile testfile2 <<\EOF 25 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt" 27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c" 29 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt" [all …]
|
| D | run-get-files.sh | 7 # it under the terms of the GNU General Public License as published by 14 # GNU General Public License for more details. 16 # You should have received a copy of the GNU General Public License 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 . $srcdir/test-subr.sh 23 testrun_compare ${abs_builddir}/get-files testfile testfile2 <<\EOF 25 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt" 27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c" 29 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt" 31 file[1] = "/home/drepper/gnu/new-bu/build/ttt/b.c" [all …]
|
| /third_party/protobuf/third_party/googletest/googletest/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/protobuf/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/protobuf/third_party/googletest/googlemock/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-03-08' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| D | config.sub | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-03-08' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 28 # Please send patches to <config-patches@gnu.org>. 36 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub [all …]
|
| /third_party/skia/third_party/externals/icu/source/ |
| D | config.guess | 3 # Copyright 1992-2017 Free Software Foundation, Inc. 5 timestamp='2017-11-07' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | config.guess | 3 # Copyright 1992-2014 Free Software Foundation, Inc. 5 timestamp='2014-03-23' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <http://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD 32 # Please send patches with a ChangeLog entry to config-patches@gnu.org. [all …]
|
| /third_party/lame/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-08-29' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/curl/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 32 # https://git.savannah.gnu.org/cgit/config.git/plain/config.guess 34 # Please send patches to <config-patches@gnu.org>. [all …]
|
| D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 30 # Please send patches to <config-patches@gnu.org>. 38 # https://git.savannah.gnu.org/cgit/config.git/plain/config.sub [all …]
|
| /third_party/icu/icu4c/source/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 32 # https://git.savannah.gnu.org/cgit/config.git/plain/config.guess 34 # Please send patches to <config-patches@gnu.org>. [all …]
|
| D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 30 # Please send patches to <config-patches@gnu.org>. 38 # https://git.savannah.gnu.org/cgit/config.git/plain/config.sub [all …]
|
| /third_party/python/ |
| D | config.guess | 3 # Copyright 1992-2021 Free Software Foundation, Inc. 7 timestamp='2021-06-03' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 32 # https://git.savannah.gnu.org/cgit/config.git/plain/config.guess 34 # Please send patches to <config-patches@gnu.org>. [all …]
|
| D | config.sub | 3 # Copyright 1992-2021 Free Software Foundation, Inc. 7 timestamp='2021-08-14' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 30 # Please send patches to <config-patches@gnu.org>. 38 # https://git.savannah.gnu.org/cgit/config.git/plain/config.sub [all …]
|
| /third_party/libevdev/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-05-25' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 32 # https://git.savannah.gnu.org/cgit/config.git/plain/config.guess 34 # Please send patches to <config-patches@gnu.org>. [all …]
|
| D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 30 # Please send patches to <config-patches@gnu.org>. 38 # https://git.savannah.gnu.org/cgit/config.git/plain/config.sub [all …]
|
| /third_party/icu/tools/unicode/c/genuca/ |
| D | BUILD.bazel | 31 # Markus 2021-06-16: 33 # See https://docs.bazel.build/versions/main/cpp-use-cases.html 35 …ee https://stackoverflow.com/questions/51584960/stdcall-once-throws-stdsystem-error-unknown-error-1 39 # what(): Unknown error -1 43 # #4 0x00007ffff7e809d1 in std::terminate() () from /lib/x86_64-linux-gnu/libstdc++.so.6 44 # #5 0x00007ffff7e80c65 in __cxa_throw () from /lib/x86_64-linux-gnu/libstdc++.so.6 45 …# #6 0x00007ffff7e78458 in std::__throw_system_error(int) () from /lib/x86_64-linux-gnu/libstdc… 51 linkopts = ["-pthread"],
|
| /third_party/openssl/Configurations/ |
| D | 10-main.conf | 1 ## -*- mode: perl; -*- 8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) { 10 ASFLAGS => "-g", 11 asflags => "-Ox -f win64 -DNEAR", 12 asoutflag => "-o " }; 20 $die->("NASM not found - make sure it's installed and available on %PATH%\n"); 21 $vc_win64a_info = { AS => "{unknown}", 33 my $ver=`nasm -v 2>NUL`; 34 my $vew=`nasmw -v 2>NUL`; 38 asflags => "-f win32", [all …]
|
12345