Searched refs:gcc (Results 126 - 150 of 205) sorted by relevance

123456789

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A DMakefile88 @if [ "$(CC)" = "gcc" ]; then \
103 x86_64-gcc.o: asm/x86_64-gcc.c
104 $(CC) $(CFLAGS) -c -o $@ asm/x86_64-gcc.c
165 gcc -I../../include -g2 -ggdb -o exptest exptest.c ../../libcrypto.a
169 gcc -I.. -g div.c ../../libcrypto.a
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.am39 MKDEP = gcc -MM
63 if [ -f $$r/../gcc/xgcc ] ; then \
65 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
67 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
73 echo gcc | sed '$(transform)'; \
79 if [ -f $$r/../gcc/g++ ] ; then \
81 echo $$r/../gcc/g++ -B$$r/../gcc/
[all...]
H A DMakefile.in296 MKDEP = gcc -MM
314 if [ -f $$r/../gcc/xgcc ] ; then \
316 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
318 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
324 echo gcc | sed '$(transform)'; \
330 if [ -f $$r/../gcc/g++ ] ; then \
332 echo $$r/../gcc/g++ -B$$r/../gcc/
[all...]
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile4 GCCDIR= ${.CURDIR}/../../../contrib/gcc
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk53 # gcc's file is "gnathtml.pl"
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl134 gcc - Use Gcc (unix)
1233 "gcc" => \$gcc,
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.am111 $(MAGIC_FRAGMENT_DIR)/gcc \
H A DMakefile.in384 $(MAGIC_FRAGMENT_DIR)/gcc \
/freebsd-11-stable/contrib/binutils/binutils/
H A DMakefile.in394 MKDEP = gcc -MM
439 if [ -f $$r/../gcc/xgcc ] ; then \
441 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
443 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
449 echo gcc | sed '$(transform)'; \
1194 # What appears below is generated by a hacked mkdep using gcc -MM.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp64 void tools::gcc::Common::ConstructJob(Compilation &C, const JobAction &JA,
76 // platforms using a generic gcc, even if we are just using gcc
110 // Try to force gcc to match the tool chain we want, if we recognize
142 // Only pass -x if gcc will understand it; otherwise hope gcc
151 // Don't try to pass LLVM or AST inputs to a generic gcc.
177 // Don't render as input, we need gcc to do the translations.
189 GCCName = "gcc";
195 void tools::gcc
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A DMakefile.in229 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
234 libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
/freebsd-11-stable/contrib/gcclibs/libssp/
H A DMakefile.in219 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
226 libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
/freebsd-11-stable/contrib/ipfilter/
H A DMakefile16 CC=gcc -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wuninitialized
17 #CC=gcc
/freebsd-11-stable/contrib/lua/src/
H A DMakefile9 CC= gcc -std=gnu99
98 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_C89" CC="gcc -std=c89"
/freebsd-11-stable/contrib/libstdc++/libmath/
H A DMakefile.in249 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/freebsd-11-stable/contrib/gdb/
H A Dltconfig332 --with-gcc assume that the GNU C compiler will be used
380 --with-gcc) with_gcc=yes ;;
/freebsd-11-stable/
H A DMakefile.inc1105 WANT_COMPILER_TYPE= gcc
119 .elif ${WANT_COMPILER_TYPE} == "gcc"
124 WANT_COMPILER_VERSION_FILE= contrib/gcc/BASE-VER
596 .if defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} == gcc
602 .if ${X_COMPILER_TYPE} == gcc && ${X_COMPILER_VERSION} >= 40800
2031 # For non-clang enabled targets that are still using the in tree gcc
2668 .if ${WANT_COMPILER_TYPE} == gcc || \
2669 (defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} == gcc)
2678 .if ${X_COMPILER_TYPE} == gcc && ${X_COMPILER_VERSION} >= 40800
/freebsd-11-stable/contrib/ntp/
H A DMakefile.in582 DISTCLEANFILES = .gcc-warning
584 # HMS: Keep .gcc-warning first, as that way it gets printed first.
586 .gcc-warning \
1089 .gcc-warning:
/freebsd-11-stable/contrib/bmake/
H A Dconfigure1267 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2384 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2385 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2401 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2424 # Extract the first word of "gcc", so it can be a program name with args.
2425 set dummy gcc; ac_word=$2
2441 ac_cv_prog_ac_ct_CC="gcc"
3167 # Use a header file that comes with gcc, so configuring glibc
3226 # Use a header file that comes with gcc, so configuring glibc
3611 # Extract the first word of "${ac_tool_prefix}gcc", s
[all...]
/freebsd-11-stable/contrib/libstdc++/
H A DMakefile.in264 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.in288 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
417 # directory to configure libstdc++-v3 to use gcc as the C++
/freebsd-11-stable/contrib/tcsh/
H A DMakefile.std36 # gcc 1.00-1.37
39 # gcc 1.37-1.40
43 # gcc 2.0
47 # gcc-2.1+
53 # gcc 2.1 on linux
114 # Apollo's with cc [apollo builtins don't work with gcc]
150 #LDFLAGS= -s -n -static ## Without dynamic linking. (SunOS/gcc)
198 #LIBES= -shlib -ldirent -lcurses ## att3b1 gcc with shared lib & dirlib
236 # If you think that you have good include files try gcc -Wall...
243 # The -B tells gcc t
[all...]
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile96 SRCS+= rsaz-avx2.S rsaz-x86_64.S rsaz_exp.c x86_64-gcc.c x86_64-gf2m.S \
/freebsd-11-stable/contrib/ldns/drill/
H A Dconfigure1263 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2164 # 2012-01-20 Fix COMPILER_FLAGS_UNBOUND for gcc 4.6.2 assigned-not-used-warns.
2165 # 2011-12-05 Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
2365 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2366 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2382 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2405 # Extract the first word of "gcc", so it can be a program name with args.
2406 set dummy gcc; ac_word=$2
2422 ac_cv_prog_ac_ct_CC="gcc"
3171 # Use a header file that comes with gcc, s
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dconfigure660 --oldincludedir=DIR C header files for non-gcc [/usr/include]
694 --with-warnings test: turn on gcc warnings
1154 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1155 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1170 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1189 # Extract the first word of "gcc", so it can be a program name with args.
1190 set dummy gcc; ac_word=$2
1205 ac_cv_prog_ac_ct_CC="gcc"
1901 # Don't try gcc -ansi; that turns off useful extensions and
3686 # Use a header file that comes with gcc, s
[all...]

Completed in 506 milliseconds

123456789