Searched refs:gcc (Results 1 - 25 of 159) sorted by relevance

1234567

/freebsd-10.0-release/gnu/usr.bin/cc/cc/
H A DMakefile8 PROG= gcc
9 MAN= gcc.1
16 MLINKS= gcc.1 g++.1
18 LINKS= ${BINDIR}/gcc ${BINDIR}/cc
19 MLINKS+= gcc.1 cc.1 gcc.1 c++.1 gcc.1 CC.1
/freebsd-10.0-release/usr.bin/mkdep/
H A DMakefile4 SCRIPTS= mkdep.gcc.sh
/freebsd-10.0-release/lib/libc/quad/TESTS/
H A DMakefile7 gcc -g -DSPARC_XXX ${MUL} -o ${.TARGET}
11 gcc -g -DSPARC_XXX ${DIVREM} -o ${.TARGET}
/freebsd-10.0-release/gnu/usr.bin/cc/doc/
H A DMakefile10 INFO= gcc cpp gccint cppinternals
13 INFOENTRY_gcc= "* gcc: (gcc). The GNU C compiler."
18 gcc.info: gcc.texi gcc-common.texi gcc-vers.texi frontends.texi \
25 gccint.info: gccint.texi gcc-common.texi gcc-vers.texi \
34 cpp.info: cpp.texi fdl.texi cppenv.texi cppopts.texi gcc
[all...]
/freebsd-10.0-release/contrib/ofed/libibverbs/examples/
H A DMakefile9 gcc -o asyncwatch asyncwatch.c ${CFLAGS}
12 gcc -o devinfo devinfo.c ${CFLAGS}
15 gcc -o device_list device_list.c ${CFLAGS}
18 gcc -o rc_pingpong rc_pingpong.c pingpong.c ${CFLAGS}
21 gcc -o srq_pingpong srq_pingpong.c pingpong.c ${CFLAGS}
24 gcc -o uc_pingpong uc_pingpong.c pingpong.c ${CFLAGS}
27 gcc -o ud_pingpong ud_pingpong.c pingpong.c ${CFLAGS}
/freebsd-10.0-release/tools/regression/sockets/accf_data_attach/
H A DMakefile9 gcc -Wall -o accf_data_attach accf_data_attach.c
/freebsd-10.0-release/crypto/openssl/crypto/threads/
H A Dpthread2.sh6 gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread
/freebsd-10.0-release/share/mk/
H A Dbsd.compiler.mk5 COMPILER_TYPE:= gcc
11 COMPILER_TYPE:= gcc
13 COMPILER_TYPE:= gcc
H A Dbsd.cpu.mk74 # Logic to set up correct gcc optimization flag. This must be included
77 # http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
78 # http://gcc.gnu.org/onlinedocs/gcc/IA_002d64-Options.html
79 # http://gcc.gnu.org/onlinedocs/gcc/RS_002f6000-and-PowerPC-Options.html
80 # http://gcc.gnu.org/onlinedocs/gcc/MIPS-Options.html
81 # http://gcc
[all...]
/freebsd-10.0-release/contrib/libreadline/support/
H A Dshobj-conf66 sunos4*-*gcc*)
82 sunos5*-*gcc*|solaris2*-*gcc*)
85 ld_used=`gcc -print-prog-name=ld`
222 # shared libraries. gcc 2.x is the standard compiler, and the
223 # `normal' gcc options should work as they do in Linux.
233 osf*-*gcc*)
234 # Fix to use gcc linker driver from bfischer@TechFak.Uni-Bielefeld.DE
250 aix4.[2-9]*-*gcc*) # lightly tested by jik@cisco.com
275 irix[56]*-*gcc*)
[all...]
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A DMakefile.am26 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/freebsd-10.0-release/gnu/lib/libssp/libssp_nonshared/
H A DMakefile3 GCCDIR= ${.CURDIR}/../../../../contrib/gcc
/freebsd-10.0-release/tools/regression/tls/ttls3/
H A DMakefile10 gcc -c -o elftls.o ${.CURDIR}/elftls.S
15 gcc -c -o tls-test.o ${.CURDIR}/tls-test-lib.c
19 gcc $(CFLAGS) -rdynamic -o ttls3 ${.CURDIR}/tls-test.c
/freebsd-10.0-release/contrib/gcclibs/libgomp/
H A DMakefile.am7 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
12 fincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/finclude
13 libsubincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
64 TEXINFO_TEX = ../gcc/doc/include/texinfo.tex
67 MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
/freebsd-10.0-release/tools/tools/ath/athstats/
H A DMakefile8 # to not compile, use gcc for now.
9 CC= gcc
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.noreap.ksh54 gcc -c test.c
64 gcc -o test test.o prov.o
H A Dtst.noreapring.ksh54 gcc -c test.c
64 gcc -o test test.o prov.o
H A Dtst.reap.ksh54 gcc -c test.c
64 gcc -o test test.o prov.o
/freebsd-10.0-release/contrib/gcclibs/libssp/
H A DMakefile.am12 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
27 libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
/freebsd-10.0-release/contrib/ipfilter/samples/
H A DMakefile1 CC=gcc
/freebsd-10.0-release/contrib/one-true-awk/
H A Dmakefile29 CC = gcc -Wall -g -Wwrite-strings
30 CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
31 CC = gcc -g -Wall -pedantic
32 CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
/freebsd-10.0-release/contrib/unbound/libunbound/python/
H A DMakefile73 gcc -c libunbound_wrap.c -O9 -fPIC -I../.. -I/usr/include/python2.5 -I. -o libunbound_wrap.o
74 gcc -shared libunbound_wrap.o -L../../.libs -lunbound -o _unbound.so
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.h40 sys::Path GCCPath; // The path to the gcc executable.
160 GCC *gcc; member in class:llvm::CBE
164 : LLCPath(llcPath), gcc(Gcc) {
168 ~CBE() { delete gcc; }
205 GCC *gcc; member in class:llvm::LLC
211 : LLCPath(llcPath), gcc(Gcc),
216 ~LLC() { delete gcc; }
/freebsd-10.0-release/contrib/bmake/mk/sys/
H A DSunOS.mk19 # the PATH below may find an ancient gcc
20 CC := ${gcc:L:${M_whence}}
58 .if exists(/opt/gnu/bin/gcc) || exists(/usr/local/bin/gcc)
59 CC ?= gcc -pipe
H A DOSF1.mk33 .if exists(/opt/gnu/bin/gcc) || exists(/usr/local/bin/gcc)
34 CC?= gcc
38 .if (${CC:T} == "gcc")

Completed in 276 milliseconds

1234567