Searched +full:gcc +full:- +full:c (Results 1 – 25 of 1077) sorted by relevance
12345678910>>...44
4 'openssl/crypto/aes/aes_ecb.c',5 'openssl/crypto/aes/aes_misc.c',6 'openssl/crypto/bn/asm/x86_64-gcc.c',7 'openssl/crypto/bn/bn_add.c',8 'openssl/crypto/bn/bn_blind.c',9 'openssl/crypto/bn/bn_const.c',10 'openssl/crypto/bn/bn_conv.c',11 'openssl/crypto/bn/bn_ctx.c',12 'openssl/crypto/bn/bn_dh.c',13 'openssl/crypto/bn/bn_div.c',[all …]
... puts.c uio_iovcnt /g/gnu/newlib-build/arm-elf/newlib/libc/ ...
4 'openssl/crypto/aes/aes_ecb.c',5 'openssl/crypto/aes/aes_misc.c',6 'openssl/crypto/bn/bn_add.c',7 'openssl/crypto/bn/bn_blind.c',8 'openssl/crypto/bn/bn_const.c',9 'openssl/crypto/bn/bn_conv.c',10 'openssl/crypto/bn/bn_ctx.c',11 'openssl/crypto/bn/bn_dh.c',12 'openssl/crypto/bn/bn_div.c',13 'openssl/crypto/bn/bn_exp.c',[all …]
2 set -ueo pipefail4 # Linux's ioctl codes using function-style macros in their definition which6 # a small C program, main.c, which prints the values of the ioctls on the15 cflags="-Wall"20 i686-linux-gnu-gcc -Iinclude -c list.c $cflags21 i686-linux-gnu-gcc main.c list.o -o main.exe $cflags23 x86_64-linux-gnu-gcc -Iinclude -c list.c $cflags24 x86_64-linux-gnu-gcc main.c list.o -o main.exe $cflags26 aarch64-linux-gnu-gcc -Iinclude -c list.c $cflags27 aarch64-linux-gnu-gcc main.c list.o -o main.exe $cflags[all …]
4 'openssl/crypto/aes/aes_cbc.c',5 'openssl/crypto/aes/aes_core.c',6 'openssl/crypto/aes/aes_ecb.c',7 'openssl/crypto/aes/aes_misc.c',8 'openssl/crypto/bn/bn_add.c',9 'openssl/crypto/bn/bn_blind.c',10 'openssl/crypto/bn/bn_const.c',11 'openssl/crypto/bn/bn_conv.c',12 'openssl/crypto/bn/bn_ctx.c',13 'openssl/crypto/bn/bn_dh.c',[all …]
3 'openssl_defines_aix64-gcc-as': [20 'openssl_cflags_aix64-gcc-as': [21 '-O',22 '-maix64 -pthread',23 '-O',25 'openssl_ex_libs_aix64-gcc-as': [26 '-pthread',28 'openssl_cli_srcs_aix64-gcc-as': [29 'openssl/apps/lib/cmp_mock_srv.c',30 'openssl/apps/asn1parse.c',[all …]
12 int c = a;15 c -= b;17 return baz (c);20 # = hello.c =34 r -= m;46 return f > 0 ? frob (f - 1, m) : 0;49 # = world.c =75 $ gcc -gdwarf-4 -gno-as-loc-support -gno-variable-location-views -O2 -c world.c76 $ gcc -gdwarf-4 -gno-as-loc-support -gno-variable-location-views -O2 -c hello.c77 $ gcc -o testfile-dwarf-4 hello.o world.o[all …]
2 # Copyright (C) 2005, 2013 Red Hat, Inc.19 . $srcdir/test-subr.sh24 /home/drepper/gnu/new-bu/build/ttt/m.c:5:main25 /home/drepper/gnu/new-bu/build/ttt/b.c:4:bar26 /home/drepper/gnu/new-bu/build/ttt/f.c:3:foo27 /shoggoth/drepper/b.c:4:bar28 /shoggoth/drepper/f.c:3:foo29 /shoggoth/drepper/m.c:5:main30 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:107:main31 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:159:print_version[all …]
2 # Variant of run-get-files that uses dwarf_next_lines.3 # Copyright (C) 2018 Red Hat, Inc.19 . $srcdir/test-subr.sh23 testrun_compare ${abs_builddir}/next-files testfile testfile2 <<\EOF25 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"32 file[2] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h"33 file[3] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h"[all …]
2 # Copyright (C) 1999, 2000, 2002, 2004, 2005, 2007 Red Hat, Inc.19 . $srcdir/test-subr.sh23 testrun_compare ${abs_builddir}/get-files testfile testfile2 <<\EOF25 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"32 file[2] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h"33 file[3] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h"43 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"[all …]
2 # Copyright (C) 2016 and later: Unicode, Inc. and others.4 # Copyright (c) 1999-2015, International Business Machines Corporation and16 if test $ec -eq 023 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config…24 if test $ec -eq 028 Options: -h, --help Print this message and exit29 --enable-debug Enable support for debugging30 --disable-release Disable presetting optimization flags35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...40 AIX/GCC Use the GNU gcc/g++ compilers on AIX[all …]
2 libffi-3.4.1 was released on June 28, 2021. Check the libffi web page19 told at run-time about the number and types of arguments used to call46 | --------------- | ---------------- | ----------------------- |48 | 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 |[all …]
2 "schema": "sai-1",8 "linux-debian-11/x86_64-amd/gcc": {9 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…11 "linux-debian-buster/x86-amd/gcc": {12 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…14 "linux-debian-sid/x86_64-amd/gcc": {15 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…17 "linux-ubuntu-xenial/x86_64-amd/gcc": {18 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…20 "linux-debian-sid/x86-amd/gcc": {[all …]
2 [linux@node-162 trigo]$ pwd5 [linux@node-162 trigo]$ ls6 genacos.c genatan2.c gencos.c gentan.c Makefile7 genasin.c genatan.c gensin.c gentrigo.c11 [linux@node-162 trigo]$ make all12 gcc -lm -lpthread gensin.c -o gensin13 gcc -lm -lpthread gencos.c -o gencos14 gcc -lm -lpthread gentan.c -o gentan15 gcc -lm -lpthread genatan.c -o genatan16 gcc -lm -lpthread genatan2.c -o genatan2[all …]
4 - COMPILER: "gcc"6 - COMPILER: "gcc"8 - COMPILER: "visual"11 - COMPILER: "visual"14 - COMPILER: "visual"17 - COMPILER: "visual"20 - COMPILER: "gcc"24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%25 - MKDIR bin26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%[all …]
10 #include "../../C/Compiler.h"13 This file is included to all cpp files in 7-Zip.15 So 7-Zip includes "Common.h" in both modes:20 If you use 7-Zip code, you must include "Common.h" before other h files of 7-zip.21 If you don't need some things that are used in 7-Zip,45 // -Wall warnings56 #pragma warning(disable : 4571) // Informational: catch(...) semantics changed since Visual C++ 7.1…71 … or reference to potentially throwing function passed to 'extern "C"' function under - EHc.Undefin…106 #pragma GCC diagnostic ignored "-Wc++98-compat"109 #pragma GCC diagnostic ignored "-Wdeprecated-dynamic-exception-spec"[all …]
3 'openssl_defines_solaris-x86-gcc': [10 'openssl_cflags_solaris-x86-gcc': [11 '-Wall -O3 -fomit-frame-pointer',12 '-pthread',13 '-Wall -O3 -fomit-frame-pointer',15 'openssl_ex_libs_solaris-x86-gcc': [16 '-lsocket -lnsl -ldl -pthread',18 'openssl_cli_srcs_solaris-x86-gcc': [19 'openssl/apps/lib/cmp_mock_srv.c',20 'openssl/apps/asn1parse.c',[all …]
3 'openssl_defines_solaris64-x86_64-gcc': [10 'openssl_cflags_solaris64-x86_64-gcc': [11 '-Wall -O3',12 '-m64 -pthread',13 '-Wall -O3',15 'openssl_ex_libs_solaris64-x86_64-gcc': [16 '-lsocket -lnsl -ldl -pthread',18 'openssl_cli_srcs_solaris64-x86_64-gcc': [19 'openssl/apps/lib/cmp_mock_srv.c',20 'openssl/apps/asn1parse.c',[all …]
3 'openssl_defines_aix64-gcc-as': [9 'openssl_cflags_aix64-gcc-as': [10 '-O',11 '-maix64 -pthread',12 '-O',14 'openssl_ex_libs_aix64-gcc-as': [15 '-pthread',17 'openssl_cli_srcs_aix64-gcc-as': [18 'openssl/apps/lib/cmp_mock_srv.c',19 'openssl/apps/asn1parse.c',[all …]
1 <abi-corpus version='2.1'>2 <elf-needed>37 <dependency name='build/debug/third_party/boost-1.56.0/libboost_chrono.so'/>38 <dependency name='build/debug/third_party/boost-1.56.0/libboost_filesystem.so'/>39 <dependency name='build/debug/third_party/boost-1.56.0/libboost_program_options.so'/>40 <dependency name='build/debug/third_party/boost-1.56.0/libboost_system.so'/>41 <dependency name='build/debug/third_party/boost-1.56.0/libboost_thread.so'/>42 <dependency name='build/debug/third_party/gperftools-2.2/libtcmalloc_minimal.so'/>49 <dependency name='build/debug/third_party/pcre-8.37/libpcrecpp.so'/>50 <dependency name='build/debug/third_party/yaml-cpp-0.5.1/libyaml.so'/>[all …]