Searched refs:CXXFLAGS (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-11-stable/lib/libc++experimental/
H A DMakefile17 CXXFLAGS+= ${PICFLAG}
18 CXXFLAGS+= -isystem ${SRCDIR}/include
19 CXXFLAGS+= -nostdinc++
20 CXXFLAGS+= -nostdlib
21 CXXFLAGS+= -D_LIBCPP_BUILDING_LIBRARY
22 CXXFLAGS+= -DLIBCXXRT
23 .if empty(CXXFLAGS:M-std=*)
24 CXXFLAGS+= -std=c++14
/freebsd-11-stable/usr.bin/users/
H A DMakefile6 CXXFLAGS+= -fno-rtti
/freebsd-11-stable/lib/libclang_rt/tsan_cxx/
H A DMakefile14 CXXFLAGS.ubsan_handlers_cxx.cpp= -frtti
15 CXXFLAGS.ubsan_type_hash.cpp= -frtti
16 CXXFLAGS.ubsan_type_hash_itanium.cpp= -frtti
/freebsd-11-stable/lib/libclang_rt/msan_cxx/
H A DMakefile15 CXXFLAGS.ubsan_handlers_cxx.cpp= -frtti
16 CXXFLAGS.ubsan_type_hash.cpp= -frtti
17 CXXFLAGS.ubsan_type_hash_itanium.cpp= -frtti
/freebsd-11-stable/usr.bin/clang/
H A DMakefile.inc7 CXXFLAGS+= -mxgot
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dsetenv_android.sh84 CXXFLAGS="-march=armv7-a -mthumb -mfloat-abi=softfp -funwind-tables -fexceptions -frtti"
97 CXXFLAGS="-funwind-tables -fexceptions -frtti"
110 CXXFLAGS="-mtune=intel -mssse3 -mfpmath=sse -funwind-tables -fexceptions -frtti"
123 CXXFLAGS="-march=x86-64 -msse4.2 -mpopcnt -mtune=intel -funwind-tables -fexceptions -frtti"
184 export CXXFLAGS="$CXXFLAGS -stdlib=libc++ --sysroot=$AOSP_SYSROOT"
201 echo "CXXFLAGS: $CXXFLAGS"
/freebsd-11-stable/lib/libcxxrt/
H A DMakefile25 .if empty(CXXFLAGS:M-std=*)
26 CXXFLAGS+= -std=c++14
/freebsd-11-stable/share/mk/
H A Dlocal.autodep.mk12 CXXFLAGS+= ${CXXFLAGS_LAST}
25 @${CXX} -E ${CXXFLAGS} ${.IMPSRC} | grep -v '^[[:space:]]*$$'
H A Dlocal.init.mk21 #CXXFLAGS+= -std=gnu++11
23 #CXXFLAGS+= -I${STAGE_INCLUDEDIR}/usr/include/c++/v1
/freebsd-11-stable/usr.bin/dtc/
H A DMakefile9 CXXFLAGS+= -std=c++11 -fno-rtti -fno-exceptions
/freebsd-11-stable/lib/libclang_rt/ubsan_standalone_cxx/
H A DMakefile7 CXXFLAGS+= -frtti
/freebsd-11-stable/lib/libclang_rt/asan_cxx/
H A DMakefile7 CXXFLAGS+= -frtti
/freebsd-11-stable/contrib/gperf/src/
H A DMakefile.in42 CXXFLAGS = @CXXFLAGS@
76 $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LIBS)
85 # $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<
101 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/version.cc
103 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/positions.cc
105 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/options.cc
107 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/keyword.cc
109 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/keyword-list.cc
111 $(CXX) $(CXXFLAGS)
[all...]
/freebsd-11-stable/contrib/gperf/lib/
H A DMakefile.in41 CXXFLAGS = @CXXFLAGS@
84 # $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<
93 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/getline.cc
96 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/hash.cc
/freebsd-11-stable/lib/libgcc_eh/
H A DMakefile.inc26 CXXFLAGS.${file}+= -fno-exceptions -funwind-tables
30 .if empty(CXXFLAGS:M-std=*)
31 CXXFLAGS+= -std=c++11
33 CXXFLAGS+= -fno-rtti
/freebsd-11-stable/gnu/lib/libsupc++/
H A DMakefile28 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
29 PO_CXXFLAGS= ${CXXFLAGS:N-ffunction-sections}
51 CXXFLAGS.clang+= -stdlib=libstdc++
56 CXXFLAGS:= ${CXXFLAGS:N-stdlib=libc++:N-std=c++[01][13x]:N-std=gnu++[01][13x]} macro
/freebsd-11-stable/lib/libomp/
H A DMakefile56 CXXFLAGS+= -fvisibility-inlines-hidden
57 CXXFLAGS+= -std=c++11
58 CXXFLAGS+= -fno-exceptions
59 CXXFLAGS+= -fno-rtti
/freebsd-11-stable/lib/libc/tests/stdlib/
H A DMakefile51 CXXFLAGS.cxa_thread_atexit_test+= -std=c++11
52 CXXFLAGS.cxa_thread_atexit_nothr_test+= -std=c++11
/freebsd-11-stable/gnu/usr.bin/gperf/
H A DMakefile15 CXXFLAGS+= -I${GPERFDIR}/lib -I${.CURDIR}
/freebsd-11-stable/lib/ofed/libibnetdisc/
H A DMakefile35 CXXFLAGS+= -std=c++11
/freebsd-11-stable/lib/clang/
H A Dllvm.build.mk111 CXXFLAGS+= -std=c++14
112 CXXFLAGS+= -fno-exceptions
113 CXXFLAGS+= -fno-rtti
114 CXXFLAGS.clang+= -stdlib=libc++
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DAIX.mk40 CXXFLAGS= ${CFLAGS} macro
41 COMPILE.cc= ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c
42 LINK.cc= ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}
/freebsd-11-stable/lib/libclang_rt/
H A DMakefile.inc37 CXXFLAGS+= -std=c++14
/freebsd-11-stable/contrib/libucl/
H A DMakefile.am34 CXXFLAGS="$(CXXFLAGS) $(COVERAGE_CXXFLAGS) $(COVERAGE_OPTFLAGS)" \
43 CXXFLAGS="$(CXXFLAGS) $(COVERAGE_CXXFLAGS) $(COVERAGE_OPTFLAGS)" \
/freebsd-11-stable/gnu/usr.bin/groff/
H A DMakefile.inc76 CXXFLAGS+= -fno-rtti -fno-exceptions
82 ${CXX} ${CXXFLAGS} -c $(.PREFIX).cpp -o ${.TARGET}

Completed in 126 milliseconds

1234