Searched +full:binutils +full:- +full:powerpc64 +full:- +full:linux +full:- +full:gnu (Results 1 – 25 of 44) sorted by relevance
12
| /external/f2fs-tools/.github/workflows/ |
| D | ci.yml | 1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions 2 # See also https://github.com/marketplace/actions/setup-android-ndk 10 runs-on: ubuntu-latest 12 fail-fast: false 15 - android 16 - linux-gcc 17 - linux-clang 18 - linux-x86-gcc 19 - linux-powerpc64-gcc 20 - linux-mingw64-gcc [all …]
|
| /external/sg3_utils/.github/workflows/ |
| D | ci.yml | 1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions 2 # See also https://github.com/marketplace/actions/setup-android-ndk 10 runs-on: ubuntu-latest 12 fail-fast: false 15 - android 16 - linux-gcc 17 - linux-clang 18 - linux-x86-gcc 19 - linux-powerpc64-gcc 20 - linux-mingw64-gcc [all …]
|
| /external/llvm/test/CodeGen/PowerPC/ |
| D | ppc64-linux-func-size.ll | 1 ; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=g5 | FileCheck %s 4 ; CHECK-NEXT: test1: 5 ; CHECK-NEXT: .p2align 3 6 ; CHECK-NEXT: .quad .L[[BEGIN:.*]] 7 ; CHECK-NEXT: .quad .TOC.@tocbase 8 ; CHECK-NEXT: .quad 0 9 ; CHECK-NEXT: .text 10 ; CHECK-NEXT: .L[[BEGIN]]: 17 ; Until recently, binutils accepted the .size directive as: 18 ; .size test1, .Ltmp0-test1 [all …]
|
| /external/llvm/docs/ |
| D | CompilerWriterInfo.rst | 10 This document is a work-in-progress. Additions and clarifications are 17 ------------- 19 …-A Architecture Reference Manual <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0… 21 …-M Architecture Reference Manual` <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0403e.b/ind… 23 …-M Architecture Reference Manual` <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0419c/index… 30 -------------- 35 ---- 37 * `MIPS Processor Architecture <http://imgtec.com/mips/mips-architectures.asp>`_ 39 * `MIPS 64-bit ELF Object File Specification <http://techpubs.sgi.com/library/manuals/4000/007-4658… 42 ------- [all …]
|
| /external/musl/ |
| D | INSTALL | 7 itself, which is useful for upgrading an existing musl-based system or 8 compiler toolchain, or for using the provided musl-gcc wrapper with an 9 existing non-musl-based compiler. 11 Building complete native or cross-compiler toolchains is outside the 17 ------------------- 19 The only build-time prerequisites for musl are GNU Make and a 21 set architecture and ABI, with support for a minimal subset of "GNU C" 22 extensions consisting mainly of gcc-style inline assembly, weak 23 aliases, hidden visibility, and stand-alone assembly source files. 27 binutils) versions should be used if possible since some older [all …]
|
| D | WHATSNEW | 1 0.5.0 - initial release 5 0.5.9 - signal ABI bugfix, various cleanup and fixes: 22 or _GNU_SOURCE are required to get XSI interfaces or GNU extensions, 25 many internal improvements have been made to the syscall-related code 30 0.6.0 - x86_64 port, various important bugs fixed 48 0.7.0 - major improvements to posix conformance and completeness 59 added syscall wrappers for the linux inotify interface. 61 malloc(0) now returns a non-null pointer. 64 hanging), and non-default-type mutex behavior. 67 libgcc with dwarf2 unwind support, and possibly other low-level tools. [all …]
|
| /external/trusty/musl/ |
| D | INSTALL | 7 itself, which is useful for upgrading an existing musl-based system or 8 compiler toolchain, or for using the provided musl-gcc wrapper with an 9 existing non-musl-based compiler. 11 Building complete native or cross-compiler toolchains is outside the 17 ------------------- 19 The only build-time prerequisites for musl are GNU Make and a 21 set architecture and ABI, with support for a minimal subset of "GNU C" 22 extensions consisting mainly of gcc-style inline assembly, weak 23 aliases, hidden visibility, and stand-alone assembly source files. 27 binutils) versions should be used if possible since some older [all …]
|
| D | WHATSNEW | 1 0.5.0 - initial release 5 0.5.9 - signal ABI bugfix, various cleanup and fixes: 22 or _GNU_SOURCE are required to get XSI interfaces or GNU extensions, 25 many internal improvements have been made to the syscall-related code 30 0.6.0 - x86_64 port, various important bugs fixed 48 0.7.0 - major improvements to posix conformance and completeness 59 added syscall wrappers for the linux inotify interface. 61 malloc(0) now returns a non-null pointer. 64 hanging), and non-default-type mutex behavior. 67 libgcc with dwarf2 unwind support, and possibly other low-level tools. [all …]
|
| /external/toybox/scripts/ |
| D | mcm-buildall.sh | 3 # Script to build all cross and native compilers supported by musl-libc. 8 if [ ! -d litecross ] 10 echo Run this script in musl-cross-make directory to make "ccc" directory. 12 echo " "git clone https://github.com/richfelker/musl-cross-make 13 echo " "cd musl-cross-make 14 echo ' ~/toybox/scripts/mcm-buildall.sh' 19 # in a gcc tuple TARGET-linux-muslEXTRA with CONFIG appended to $GCC_CONFIG 20 # (and thus the gcc ./configure command line). So i686:: builds i686-linux-musl 21 # and sh2eb::fdpic:--with-cpu=mj2 builds sh2eb-linux-muslfdpic adding 22 # --with-cpu=mj2 to the gcc ./configure command line. @RENAME (if present) [all …]
|
| /external/clang/lib/Driver/ |
| D | ToolChains.cpp | 1 //===--- ToolChains.cpp - ToolChain Implementations -------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 53 /// Darwin - Darwin tool chain for i386 and x86_64. 60 // Darwin always preprocesses assembly files (unless -x is used explicitly). in LookupTypeForExtension() 114 .Cases("armv7a", "armv7-a", "armv7") in ArmMachOArchName() 115 .Cases("armv7r", "armv7-r", "armv7") in ArmMachOArchName() 116 .Cases("armv7em", "armv7e-m", "armv7em") in ArmMachOArchName() 117 .Cases("armv7k", "armv7-k", "armv7k") in ArmMachOArchName() 118 .Cases("armv7m", "armv7-m", "armv7m") in ArmMachOArchName() 119 .Cases("armv7s", "armv7-s", "armv7s") in ArmMachOArchName() [all …]
|
| /external/libexif/auto-m4/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 18 # This file is part of GNU Libtool. 20 # GNU Libtool is free software; you can redistribute it and/or 21 # modify it under the terms of the GNU General Public License as 25 # As a special exception to the GNU General Public License, 27 # is built using GNU Libtool, you may include this file under the 30 # GNU Libtool is distributed in the hope that it will be useful, 33 # GNU General Public License for more details. 35 # You should have received a copy of the GNU General Public License 36 # along with GNU Libtool; see the file COPYING. If not, a copy [all …]
|
| /external/speex/m4/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software 16 # GNU Libtool is free software; you can redistribute it and/or modify 17 # it under the terms of the GNU General Public License as published by 21 # As a special exception to the GNU General Public License, if you 23 # using GNU Libtool, you may include this file under the same 26 # GNU Libtool is distributed in the hope that it will be useful, but 29 # GNU General Public License for more details. 31 # You should have received a copy of the GNU General Public License 32 # along with this program. If not, see <http://www.gnu.org/licenses/>. [all …]
|
| /external/curl/m4/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software 16 # GNU Libtool is free software; you can redistribute it and/or modify 17 # it under the terms of the GNU General Public License as published by 21 # As a special exception to the GNU General Public License, if you 23 # using GNU Libtool, you may include this file under the same 26 # GNU Libtool is distributed in the hope that it will be useful, but 29 # GNU General Public License for more details. 31 # You should have received a copy of the GNU General Public License 32 # along with this program. If not, see <http://www.gnu.org/licenses/>. [all …]
|
| /external/libnfnetlink/m4/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 18 # This file is part of GNU Libtool. 20 # GNU Libtool is free software; you can redistribute it and/or 21 # modify it under the terms of the GNU General Public License as 25 # As a special exception to the GNU General Public License, 27 # is built using GNU Libtool, you may include this file under the 30 # GNU Libtool is distributed in the hope that it will be useful, 33 # GNU General Public License for more details. 35 # You should have received a copy of the GNU General Public License 36 # along with GNU Libtool; see the file COPYING. If not, a copy [all …]
|
| /external/cronet/third_party/apache-portable-runtime/src/build/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 18 # This file is part of GNU Libtool. 20 # GNU Libtool is free software; you can redistribute it and/or 21 # modify it under the terms of the GNU General Public License as 25 # As a special exception to the GNU General Public License, 27 # is built using GNU Libtool, you may include this file under the 30 # GNU Libtool is distributed in the hope that it will be useful, 33 # GNU General Public License for more details. 35 # You should have received a copy of the GNU General Public License 36 # along with GNU Libtool; see the file COPYING. If not, a copy [all …]
|
| /external/libcap-ng/libcap-ng-0.7/m4/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 18 # This file is part of GNU Libtool. 20 # GNU Libtool is free software; you can redistribute it and/or 21 # modify it under the terms of the GNU General Public License as 25 # As a special exception to the GNU General Public License, 27 # is built using GNU Libtool, you may include this file under the 30 # GNU Libtool is distributed in the hope that it will be useful, 33 # GNU General Public License for more details. 35 # You should have received a copy of the GNU General Public License 36 # along with GNU Libtool; see the file COPYING. If not, a copy [all …]
|
| /external/libconfig/m4/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 18 # This file is part of GNU Libtool. 20 # GNU Libtool is free software; you can redistribute it and/or 21 # modify it under the terms of the GNU General Public License as 25 # As a special exception to the GNU General Public License, 27 # is built using GNU Libtool, you may include this file under the 30 # GNU Libtool is distributed in the hope that it will be useful, 33 # GNU General Public License for more details. 35 # You should have received a copy of the GNU General Public License 36 # along with GNU Libtool; see the file COPYING. If not, a copy [all …]
|
| /external/python/cpython2/Modules/_ctypes/libffi/m4/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2013 Free Software Foundation, Inc. 16 # This file is part of GNU Libtool. 18 # GNU Libtool is free software; you can redistribute it and/or 19 # modify it under the terms of the GNU General Public License as 23 # As a special exception to the GNU General Public License, 25 # is built using GNU Libtool, you may include this file under the 28 # GNU Libtool is distributed in the hope that it will be useful, 31 # GNU General Public License for more details. 33 # You should have received a copy of the GNU General Public License [all …]
|
| /external/lmfit/m4/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 18 # This file is part of GNU Libtool. 20 # GNU Libtool is free software; you can redistribute it and/or 21 # modify it under the terms of the GNU General Public License as 25 # As a special exception to the GNU General Public License, 27 # is built using GNU Libtool, you may include this file under the 30 # GNU Libtool is distributed in the hope that it will be useful, 33 # GNU General Public License for more details. 35 # You should have received a copy of the GNU General Public License 36 # along with GNU Libtool; see the file COPYING. If not, a copy [all …]
|
| /external/libnetfilter_conntrack/m4/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 18 # This file is part of GNU Libtool. 20 # GNU Libtool is free software; you can redistribute it and/or 21 # modify it under the terms of the GNU General Public License as 25 # As a special exception to the GNU General Public License, 27 # is built using GNU Libtool, you may include this file under the 30 # GNU Libtool is distributed in the hope that it will be useful, 33 # GNU General Public License for more details. 35 # You should have received a copy of the GNU General Public License 36 # along with GNU Libtool; see the file COPYING. If not, a copy [all …]
|
| /external/libpng/scripts/autoconf/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software 16 # GNU Libtool is free software; you can redistribute it and/or modify 17 # it under the terms of the GNU General Public License as published by 21 # As a special exception to the GNU General Public License, if you 23 # using GNU Libtool, you may include this file under the same 26 # GNU Libtool is distributed in the hope that it will be useful, but 29 # GNU General Public License for more details. 31 # You should have received a copy of the GNU General Public License 32 # along with this program. If not, see <http://www.gnu.org/licenses/>. [all …]
|
| /external/pcre/m4/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2019, 2021 Free Software Foundation, 16 # GNU Libtool is free software; you can redistribute it and/or modify 17 # it under the terms of the GNU General Public License as published by 21 # As a special exception to the GNU General Public License, if you 23 # using GNU Libtool, you may include this file under the same 26 # GNU Libtool is distributed in the hope that it will be useful, but 29 # GNU General Public License for more details. 31 # You should have received a copy of the GNU General Public License 32 # along with this program. If not, see <http://www.gnu.org/licenses/>. [all …]
|
| /external/libevent/m4/ |
| D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2018 Free Software Foundation, Inc. 15 # GNU Libtool is free software; you can redistribute it and/or modify 16 # it under the terms of the GNU General Public License as published by 20 # As a special exception to the GNU General Public License, if you 22 # using GNU Libtool, you may include this file under the same 25 # GNU Libtool is distributed in the hope that it will be useful, but 28 # GNU General Public License for more details. 30 # You should have received a copy of the GNU General Public License 31 # along with this program. If not, see <http://www.gnu.org/licenses/>. [all …]
|
| /external/iperf3/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.2 -*- Autoconf -*- 3 # Copyright (C) 1996-2020 Free Software Foundation, Inc. 23 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 25 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. 37 # GNU Libtool is free software; you can redistribute it and/or modify 38 # it under the terms of the GNU General Public License as published by 42 # As a special exception to the GNU General Public License, if you 44 # using GNU Libtool, you may include this file under the same 47 # GNU Libtool is distributed in the hope that it will be useful, but 50 # GNU General Public License for more details. [all …]
|
| /external/sg3_utils/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.5 -*- Autoconf -*- 3 # Copyright (C) 1996-2021 Free Software Foundation, Inc. 23 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 25 # Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software 38 # GNU Libtool is free software; you can redistribute it and/or modify 39 # it under the terms of the GNU General Public License as published by 43 # As a special exception to the GNU General Public License, if you 45 # using GNU Libtool, you may include this file under the same 48 # GNU Libtool is distributed in the hope that it will be useful, but 51 # GNU General Public License for more details. [all …]
|
12