Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 25 of 30) sorted by relevance

12

/curl/docs/examples/
H A DMakefile.example32 CC = gcc
51 $(CC) -o $(TARGET) $(OBJS) $(LDFLAGS) $(LIBS)
55 $(CC) $(CFLAGS) $<
H A Dsmtp-mime.c43 #define CC "<info@example.org>" macro
49 "Cc: " CC " (Another example User)",
102 recipients = curl_slist_append(recipients, CC); in main()
H A Dimap-append.c42 #define CC "<info@example.org>" macro
48 "Cc: " CC "(Another example User)\r\n"
H A DMakefile.mk50 $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $< -o $@ $(LIBS)
/curl/lib/
H A DMakefile.mk48 ifeq ($(CC),cc)
49 CC := gcc
51 CC := $(CROSSPREFIX)$(CC)
54 TRIPLET ?= $(shell $(CC) -dumpmachine)
301 $(CC) -W -Wall $(CFLAGS) $(CPPFLAGS) -c $< -o $@
/curl/.github/workflows/
H A Dmacos.yml63 CC: ${{ matrix.compiler }}
164 which "${CC}"; "${CC}" --version || true
179 libgccdir="$(dirname "$("${CC}" -print-libgcc-file-name)")"
190 CC+=" --target=$(uname -m)-apple-darwin"
264 CC: ${{ matrix.compiler }}
326 which "${CC}"; "${CC}" --version || true
337 libgccdir="$(dirname "$("${CC}" -print-libgcc-file-name)")"
417 CC: ${{ matrix.compiler }}
487 which "${CC}"; "${CC}" --version || true
585 libgccdir="$(dirname "$("${CC}" -print-libgcc-file-name)")"
[all …]
H A Dlinux.yml76 …configure: CC=clang LDFLAGS="-Wl,-rpath,$HOME/bearssl/lib" --with-bearssl=$HOME/bearssl --enable-d…
94 …configure: CC=clang LDFLAGS="-Wl,-rpath,$HOME/libressl/lib" --with-openssl=$HOME/libressl --enable…
106 …configure: CC=clang LDFLAGS="-Wl,-rpath,$HOME/mbedtls/lib" --with-mbedtls=$HOME/mbedtls --enable-d…
141 …configure: CC=clang LDFLAGS="-Wl,-rpath,$HOME/openssl3/lib" --with-openssl=$HOME/openssl3 --with-g…
174 configure-prefix: CC=clang scan-build
182 CC=clang
193 CC=clang
202 CC=clang
229 configure: CC=icc --enable-debug --without-ssl
235 configure: CC=icc --enable-debug --with-openssl
[all …]
H A Dlinux32.yml56 …configure: --enable-debug --enable-websockets --with-openssl --host=i686-linux-gnu CC=i686-linux-g…
H A Dnon-native.yml138 export CC='${{ matrix.compiler }}'
/curl/m4/
H A Dxc-cc-check.m449 AC_SUBST([CC])dnl
82 dnl This sets variables CC and CPP, while preventing
H A Dcurl-compilers.m4100 fullclangver=`$CC -v 2>&1 | grep version`
194 gccver=`$CC -dumpversion | "$SED" 's/-.\{1,\}$//'`
1390 if $CC --help --verbose 2>/dev/null | grep fvisibility= >/dev/null ; then
1400 if $CC --help --verbose 2>&1 | grep fvisibility= > /dev/null ; then
1419 if $CC 2>&1 | grep flags >/dev/null && $CC -flags | grep xldscope= >/dev/null ; then
/curl/plan9/lib/
H A Dmkfile41 $CC $CFLAGS -o $target $stem.c
/curl/src/
H A DMakefile.mk93 $(CC) $(LDFLAGS) -o $@ $(curl_OBJECTS) $(LIBS)
/curl/winbuild/
H A DMakefileBuild.vc42 # Allow changing C compiler via environment variable CC (default cl.exe)
44 !If "$(CC)" == ""
45 CC = cl.exe
49 CC_NODEBUG = $(CC) /O2 /DNDEBUG
50 CC_DEBUG = $(CC) /Od /Gm /Zi /D_DEBUG /GZ
53 CC_NODEBUG = $(CC) /O2 /DNDEBUG
54 CC_DEBUG = $(CC) /Od /D_DEBUG /RTC1 /Z7 /LDd
/curl/tests/certs/
H A Dstunnel-sv.crt48 9C:97:B0:3D:B3:50:B1:F6:D4:71:E2:EB:CB:80:EA:93:7C:98:CC:72
H A DServer-localhost-sv.crt48 4A:F1:79:1B:13:71:A4:0F:F9:06:CC:B6:2C:CD:24:46:DF:E6:08:2D
H A DServer-localhost-firstSAN-sv.crt48 DB:7A:18:5E:83:AC:D3:48:C9:00:99:3C:EB:BF:A6:21:F0:39:80:CC
H A Dstunnel-sv.pem111 9C:97:B0:3D:B3:50:B1:F6:D4:71:E2:EB:CB:80:EA:93:7C:98:CC:72
H A DServer-localhost-sv.pem111 4A:F1:79:1B:13:71:A4:0F:F9:06:CC:B6:2C:CD:24:46:DF:E6:08:2D
H A DServer-localhost-firstSAN-sv.pem111 DB:7A:18:5E:83:AC:D3:48:C9:00:99:3C:EB:BF:A6:21:F0:39:80:CC
/curl/tests/
H A Dstunnel.pem111 9C:97:B0:3D:B3:50:B1:F6:D4:71:E2:EB:CB:80:EA:93:7C:98:CC:72
H A Dtestcurl.pl345 logit "CC = ".$ENV{CC};
/curl/packages/vms/
H A Dcurlmsg.sdl14 /* AGAINST THE .SDL FILE WITH SDL/ALPHA/LANG=CC COMMAND.
H A Dcurlmsg.msg29 ! against the .SDL file with SDL/ALPHA/LANG=CC command.
H A Dsetup_gnv_curl_build.com65 $! Set the compiler options for GNV CC wrapper to inherit.

Completed in 36 milliseconds

12