Home
last modified time | relevance | path

Searched full:gcc (Results 1 – 25 of 5395) sorted by relevance

12345678910>>...216

/third_party/boost/tools/build/src/tools/
Dgcc.py44 feature.extend('toolset', ['gcc'])
47 toolset.inherit_generators('gcc', [], 'unix', ['unix.link', 'unix.link.dll'])
48 toolset.inherit_flags('gcc', 'unix')
49 toolset.inherit_rules('gcc', 'unix')
51 generators.override('gcc.prebuilt', 'builtin.prebuilt')
52 generators.override('gcc.searched-lib-generator', 'searched-lib-generator')
76 # Make the "o" suffix used for gcc toolset on all
78 type.set_generated_target_suffix('OBJ', ['<toolset>gcc'], 'o')
79 type.set_generated_target_suffix('STATIC_LIB', ['<toolset>gcc', '<target-os>cygwin'], 'a')
81 type.set_generated_target_suffix('IMPORT_LIB', ['<toolset>gcc', '<target-os>cygwin'], 'dll.a')
[all …]
Dgcc.jam15 [[bbv2.reference.tools.compiler.gcc]]
18 The `gcc` module supports the http://gcc.gnu.org[GNU C++ compiler] on
22 The `gcc` module is initialized using the following syntax:
25 using gcc : [version] : [c++-compile-command] : [compiler options] ;
61 libraries. Normally, it is autodetected using gcc `-print-prog-name`
64 one included with gcc.
68 for static libraries. Normally, it is autodetected using gcc
71 version instead of one included with gcc.
75 version of gcc that is being configured. This setting makes sense only
118 feature.extend toolset : gcc ;
[all …]
/third_party/boost/libs/tti/test/
DJamfile.v213 <toolset>gcc:<warnings>all
15 <toolset>gcc-4.3.0:<cxxflags>-Wno-variadic-macros
16 <toolset>gcc-4.4.0:<cxxflags>-Wno-variadic-macros
17 <toolset>gcc-4.4.7:<cxxflags>-Wno-variadic-macros
18 <toolset>gcc-4.5.0:<cxxflags>-Wno-variadic-macros
19 <toolset>gcc-4.5.0:<linkflags>"-Wl,--enable-auto-import"
20 <toolset>gcc-4.5.2:<cxxflags>-Wno-variadic-macros
21 <toolset>gcc-4.6.0:<cxxflags>-Wno-variadic-macros
22 <toolset>gcc-4.6.1:<cxxflags>-Wno-variadic-macros
23 <toolset>gcc-4.6.2:<cxxflags>-Wno-variadic-macros
[all …]
/third_party/harfbuzz/src/
Dhb.hh40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC
51 #pragma GCC diagnostic warning "-Wall"
52 #pragma GCC diagnostic warning "-Wextra"
55 #pragma GCC diagnostic ignored "-Wpragmas"
56 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
57 #pragma GCC diagnostic ignored "-Wunknown-warning-option"
60 //#pragma GCC diagnostic warning "-Weverything"
65 #pragma GCC diagnostic error "-Wcast-align"
66 #pragma GCC diagnostic error "-Wcast-function-type"
67 #pragma GCC diagnostic error "-Wdelete-non-virtual-dtor"
[all …]
/third_party/libuv/.github/workflows/
DCI.yml77 …- {target: arm, toolchain: gcc-arm-linux-gnueabi, cc: arm-linux-gnueabi-gcc, qemu: qe…
78 …- {target: armhf, toolchain: gcc-arm-linux-gnueabihf, cc: arm-linux-gnueabihf-gcc, qemu: qe…
79 …- {target: aarch64, toolchain: gcc-aarch64-linux-gnu, cc: aarch64-linux-gnu-gcc, qemu: qe…
80 …- {target: riscv64, toolchain: gcc-riscv64-linux-gnu, cc: riscv64-linux-gnu-gcc, qemu: qe…
81 …- {target: ppc, toolchain: gcc-powerpc-linux-gnu, cc: powerpc-linux-gnu-gcc, qemu: qe…
82 …- {target: ppc64, toolchain: gcc-powerpc64-linux-gnu, cc: powerpc64-linux-gnu-gcc, qemu: qe…
83 …- {target: ppc64le, toolchain: gcc-powerpc64le-linux-gnu, cc: powerpc64le-linux-gnu-gcc, qemu: qe…
84 …- {target: s390x, toolchain: gcc-s390x-linux-gnu, cc: s390x-linux-gnu-gcc, qemu: qe…
85 …- {target: mips, toolchain: gcc-mips-linux-gnu, cc: mips-linux-gnu-gcc, qemu: …
86 …- {target: mips64, toolchain: gcc-mips64-linux-gnuabi64, cc: mips64-linux-gnuabi64-gcc, qemu: …
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC
51 #pragma GCC diagnostic warning "-Wall"
52 #pragma GCC diagnostic warning "-Wextra"
55 #pragma GCC diagnostic ignored "-Wpragmas"
56 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
57 #pragma GCC diagnostic ignored "-Wunknown-warning-option"
60 //#pragma GCC diagnostic warning "-Weverything"
65 #pragma GCC diagnostic error "-Wbitwise-instead-of-logical"
66 #pragma GCC diagnostic error "-Wcast-align"
67 #pragma GCC diagnostic error "-Wcast-function-type"
[all …]
/third_party/libffi/
DREADME.md48 | AArch64 | Linux | GCC |
50 | Alpha | Linux | GCC |
51 | Alpha | Tru64 | GCC |
52 | ARC | Linux | GCC |
53 | ARM | Linux | GCC |
54 | ARM | iOS | GCC |
56 | AVR32 | Linux | GCC |
57 | Blackfin | uClinux | GCC |
58 | HPPA | HPUX | GCC |
59 | IA-64 | Linux | GCC |
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
D_features.hpp10 // Rvalue references - GCC 4.3
14 // Rvalue references for *this - GCC not supported
18 // Initialization of class objects by rvalues - GCC any
22 // Non-static data member initializers - GCC 4.7
26 // Variadic templates - GCC 4.3
30 // Extending variadic template template parameters - GCC 4.4
34 // Initializer lists - GCC 4.4
38 // Static assertions - GCC 4.3
42 // auto-typed variables - GCC 4.4
46 // Multi-declarator auto - GCC 4.4
[all …]
/third_party/boost/tools/build/test/toolset-mock/src/
Dgcc-4.8.3-linux.py15 …-O0", "-fno-inline", "-Wall", "-g", "-fPIC"), "-c", "-o", output_file("bin/gcc-gnu-4.8.3/debug/lib…
16 …-o", output_file("bin/gcc-gnu-4.8.3/debug/libl1.so"), "-Wl,-h", "-Wl,libl1.so", "-shared", "-Wl,--…
17 …-O0", "-fno-inline", "-Wall", "-g", "-fPIC"), "-c", "-o", output_file("bin/gcc-gnu-4.8.3/debug/mai…
18gcc-gnu-4.8.3/debug/libl1.so")), "-Wl,-rpath-link", arg("-Wl,", target_path("bin/gcc-gnu-4.8.3/deb…
21 …'-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG'), '-c', '-o', output_file('bin/gcc-gnu-4.8.3/release/l…
22 …o', output_file('bin/gcc-gnu-4.8.3/release/libl1.so'), '-Wl,-h', '-Wl,libl1.so', '-shared', '-Wl,-…
23 …'-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG'), '-c', '-o', output_file('bin/gcc-gnu-4.8.3/release/m…
24gcc-gnu-4.8.3/release/libl1.so')), '-Wl,-rpath-link', arg('-Wl,', target_path('bin/gcc-gnu-4.8.3/r…
27 …inline', '-Wall', '-g', '-pthread', '-fPIC'), '-c', '-o', output_file('bin/gcc-gnu-4.8.3/debug/thr…
28 …put_file('bin/gcc-gnu-4.8.3/debug/threading-multi/libl1.so'), '-Wl,-h', '-Wl,libl1.so', '-shared',…
[all …]
Dgcc-4.2.1-darwin.py16 …-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_file('bin/gcc-darwin-4.2.1/debug/…
17 …and('g++', '-o', output_file('bin/gcc-darwin-4.2.1/debug/target-os-darwin/libl1.dylib'), '-shared'…
18 …-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_file('bin/gcc-darwin-4.2.1/debug/…
19gcc-darwin-4.2.1/debug/target-os-darwin/libl1.dylib')), '-o', output_file('bin/gcc-darwin-4.2.1/de…
22 …'-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG'), '-c', '-o', output_file('bin/gcc-darwin-4.2.1/releas…
23 …nd('g++', '-o', output_file('bin/gcc-darwin-4.2.1/release/target-os-darwin/libl1.dylib'), '-shared…
24 …'-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG'), '-c', '-o', output_file('bin/gcc-darwin-4.2.1/releas…
25gcc-darwin-4.2.1/release/target-os-darwin/libl1.dylib')), '-o', output_file('bin/gcc-darwin-4.2.1/…
28 …command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g'), '-c', '-o', output_file('bin/gcc-da…
29 …command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g'), '-c', '-o', output_file('bin/gcc-da…
[all …]
/third_party/boost/libs/beast/meta/
Dexplicit-failures-markup.xml9 <toolset name="gcc-3.*"/>
10 <toolset name="gcc-4.0*"/>
11 <toolset name="gcc-4.1*"/>
12 <toolset name="gcc-4.2*"/>
13 <toolset name="gcc-4.3*"/>
14 <toolset name="gcc-4.4*"/>
15 <toolset name="gcc-4.5*"/>
16 <toolset name="gcc-4.6*"/>
17 <toolset name="gcc-4.7*"/>
18 <toolset name="gcc-mngw-3.*"/>
[all …]
/third_party/uboot/u-boot-2020.01/tools/buildman/
DREADME180 arm: /opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux
181 aarch64: /opt/linaro/gcc-linaro-aarch64-none-elf-4.8-2013.10_linux
207 arm: /opt/arm-eabi-4.6/bin/arm-eabi-gcc
220 and buildman will find arm-none-eabi-gcc in /usr/bin if you have it installed.
246 - scanning prefix '/opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-'
250 - scanning path '/toolchains/gcc-4.9.0-nolibc/i386-linux'
251 - looking in '/toolchains/gcc-4.9.0-nolibc/i386-linux/.'
252 - looking in '/toolchains/gcc-4.9.0-nolibc/i386-linux/bin'
253 - found '/toolchains/gcc-4.9.0-nolibc/i386-linux/bin/i386-linux-gcc'
254 - looking in '/toolchains/gcc-4.9.0-nolibc/i386-linux/usr/bin'
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/doc/
Dbenchmarks.md12 - gcc 7.2.0
31 gcc -O3 zlib.c
62 wuffs bench -ccompilers=gcc -reps=3 -focus=Benchmarkwuffs_gif_lzw std/gif
93 wuffs_adler32_10k/gcc 3.22GB/s ± 1%
94 wuffs_adler32_100k/gcc 3.23GB/s ± 0%
95 wuffs_flate_decode_1k/gcc 152MB/s ± 1%
96 wuffs_flate_decode_10k/gcc 250MB/s ± 1%
97 wuffs_flate_decode_100k/gcc 298MB/s ± 1%
98 wuffs_zlib_decode_10k/gcc 238MB/s ± 2%
99 wuffs_zlib_decode_100k/gcc 270MB/s ± 2%
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb.hh40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC
51 #pragma GCC diagnostic warning "-Wall"
52 #pragma GCC diagnostic warning "-Wextra"
55 #pragma GCC diagnostic ignored "-Wpragmas"
56 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
57 #pragma GCC diagnostic ignored "-Wunknown-warning-option"
60 //#pragma GCC diagnostic warning "-Weverything"
65 #pragma GCC diagnostic error "-Wc++11-narrowing"
66 #pragma GCC diagnostic error "-Wcast-align"
67 #pragma GCC diagnostic error "-Wcast-function-type"
[all …]
/third_party/boost/libs/asio/example/cpp03/local/
DJamfile.v225 <target-os>windows,<toolset>gcc:<library>ws2_32
26 <target-os>windows,<toolset>gcc:<library>mswsock
27 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
28 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
42 <target-os>windows,<toolset>gcc:<library>ws2_32
43 <target-os>windows,<toolset>gcc:<library>mswsock
44 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
45 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
59 <target-os>windows,<toolset>gcc:<library>ws2_32
60 <target-os>windows,<toolset>gcc:<library>mswsock
[all …]
/third_party/boost/libs/asio/example/cpp11/local/
DJamfile.v224 <target-os>windows,<toolset>gcc:<library>ws2_32
25 <target-os>windows,<toolset>gcc:<library>mswsock
26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
40 <target-os>windows,<toolset>gcc:<library>ws2_32
41 <target-os>windows,<toolset>gcc:<library>mswsock
42 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
43 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
56 <target-os>windows,<toolset>gcc:<library>ws2_32
57 <target-os>windows,<toolset>gcc:<library>mswsock
[all …]
/third_party/python/Lib/distutils/
Dcygwinccompiler.py5 the Mingw32CCompiler class which handles the mingw32 port of GCC (same as
28 # * cygwin gcc 2.91.57/ld 2.9.4/dllwrap 0.2.4 works
31 # * mingw32 gcc 2.95.2/ld 2.9.4/dllwrap 0.2.4 works
33 # * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now
36 # - using gcc -mdll instead dllwrap doesn't work without -static because
43 # * cygwin gcc 3.2/ld 2.13.90 works
45 # * mingw gcc 3.2/ld 2.13 works
103 self.debug_print("Python's GCC status: %s (details: %s)" %
114 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
120 # gcc -mdll instead of dllwrap
[all …]
/third_party/boost/libs/chrono/build/
DJamfile.v229 #<toolset>gcc-3.4.4:<linkflags>--enable-auto-import
30 #<toolset>gcc-4.3.4:<linkflags>--enable-auto-import
31 #<toolset>gcc-mingw-4.4.0:<linkflags>--enable-auto-import
32 #<toolset>gcc-mingw-4.5.0:<linkflags>--enable-auto-import
34 <toolset>gcc:<cxxflags>-Wextra
35 #<toolset>gcc:<cxxflags>-pedantic
37 <toolset>gcc:<cxxflags>-Wno-long-long
38 #<toolset>gcc:<cxxflags>-Wno-variadic-macros
39 <toolset>gcc-4:<cxxflags>-Wno-variadic-macros
40 <toolset>gcc-5:<cxxflags>-Wno-variadic-macros
[all …]
/third_party/boost/libs/preprocessor/test/
DJamfile.v29 <toolset>gcc-4.3.0:<warnings>all
10 <toolset>gcc-4.3.0:<cxxflags>-Wno-variadic-macros
11 <toolset>gcc-4.4.0:<warnings>all
12 <toolset>gcc-4.4.0:<cxxflags>-Wno-variadic-macros
13 <toolset>gcc-4.5.0:<warnings>all
14 <toolset>gcc-4.5.0:<cxxflags>-Wno-variadic-macros
15 <toolset>gcc-4.5.0:<linkflags>"-Wl,--enable-auto-import"
16 <toolset>gcc-4.5.2:<warnings>all
17 <toolset>gcc-4.5.2:<cxxflags>-Wno-variadic-macros
22 <toolset>gcc
[all …]
/third_party/mingw-w64/mingw-w64-doc/howto-build/
Dmingw-w64-howto-build-adv.txt8 dependencies and relevant options that can be passed to the GCC
25 LTO for COFF targets can be enabled without installing libelf, as of gcc-4.6.0.
47 * Building the Multilib Cross MinGW-w64 GCC the
53 * Build Core GCC [BCORGCC]
75 These libraries are used by GCC on the "host" side. It means that these
76 should be built for the system that will run the newly built GCC.
83 GCC dependency type: Hard (GCC won't build without it)
106 GCC dependency type: Hard (GCC won't build without it)
119 GCC dependency type: Hard (GCC won't build without it)
132 GCC dependency type: None (GCC does not use it directly)
[all …]
Dmingw-w64-howto-build.txt15 This file describes how to build the Mingw-w64 GCC toolchain as a cross-compiler
29 binutils, gcc, and windows headers, compiled in a special way. Once it is
65 * Building the GCC core cross-compiler [BDGCOR]
67 * Finishing GCC [FNSHGC]
74 You will need a complete GCC toolchain for the host system (Cygwin, MinGW/MSys
77 * GCC (for the native platform)
81 * gperf (Optional, for developing on GCC)
107 download and install functional MinGW (GCC toolchain), MSYS (sh shell), bison,
116 GMP & MPFR sources may be placed in the GCC source tree root in directories
117 with their names and they will be built automatically by GCC's configure (as
[all …]
/third_party/lz4/
D.travis.yml52 - name: (Trusty) i386 gcc test
58 - gcc-multilib
85 - sudo apt-get install -qq python3 libc6-dev-i386 gcc-multilib
92 - sudo apt-get install -qq libc6-dev-i386 gcc-multilib
97 - name: (Trusty) gcc-6 standard C compilation
104 - gcc-6
106 - CC=gcc-6
117 gcc-arm-linux-gnueabi
119 gcc-aarch64-linux-gnu
122 - make platformTest CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static
[all …]
/third_party/boost/libs/
Dplatform_maintainers.txt20 Sandia-gcc gcc-4.2.1 Noel Belcourt <kbelco -at- sandia.gov>
21 Sandia-gcc gcc-3.4.3 Noel Belcourt <kbelco -at- sandia.gov>
22 Sandia-gcc gcc-4.0.1 Noel Belcourt <kbelco -at- sandia.gov>
23 Sandia-gcc-64 gcc-4.2.1 Noel Belcourt <kbelco -at- sandia.gov>
24 Sandia-gcc-64 gcc-4.1.1 Noel Belcourt <kbelco -at- sandia.gov>
25 Sandia-sun gcc-3.4.6 Noel Belcourt <kbelco -at- sandia.gov>
29 "Martin Wille x86_64" gcc-4.2.1_linux_x86_64 Martin Wille <mw8329 -at- yahoo.com.au>
30 "Martin Wille x86_64" gcc-3.4.6_linux_x86_64 Martin Wille <mw8329 -at- yahoo.com.au>
/third_party/python/Lib/test/
Dtest__osx_support.py74 'CC': 'gcc-test -pthreads',
88 'CC': 'gcc-test -pthreads',
101 'CC': 'gcc-test -pthreads',
105 newvalue = 'gcc-test -pthreads'
118 ('gcc-test', 'i686-apple-darwin11-llvm-gcc-4.2'),
122 'CC': 'gcc-test -pthreads',
127 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g',
128 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 '
160 'BLDSHARED': 'gcc-4.0 -bundle -arch ppc -arch i386 -g',
161 'LDSHARED': 'gcc-4.0 -bundle -arch ppc -arch i386 '
[all …]
/third_party/boost/libs/numeric/odeint/performance/
DMakefile19 bin/gcc:
20 mkdir -p bin/gcc
28 bin/gcc/odeint_rk4_array: odeint_rk4_array.cpp bin/gcc
29 g++ ${GCCFLAGS} ${INCLUDES} -o bin/gcc/odeint_rk4_array odeint_rk4_array.cpp
31 bin/gcc/c_lorenz: c_lorenz.c bin/gcc
32 gcc -std=c99 -Ofast -mtune=corei7-avx c_lorenz.c -o bin/gcc/c_lorenz
43 all: bin/gcc/odeint_rk4_array bin/intel/odeint_rk4_array bin/gcc/c_lorenz bin/intel/c_lorenz bin/gf…

12345678910>>...216