Home
last modified time | relevance | path

Searched refs:CFLAGS (Results 1 – 25 of 196) sorted by relevance

12345678

/glibc-2.36/sysdeps/powerpc/powerpc64/le/
DMakefile3 type-float128-CFLAGS := -mfloat128
7 type-ldouble-CFLAGS =
8 no-gnu-attribute-CFLAGS =
10 ibm128-abi-CFLAGS := -mabi=ibmlongdouble
11 type-ldouble-CFLAGS += $(ibm128-abi-CFLAGS)
12 no-gnu-attribute-CFLAGS = -mno-gnu-attribute
25 sysdep-CFLAGS += -mabi=ieeelongdouble -Wno-psabi $(no-gnu-attribute-CFLAGS)
30 $(filter-out $(no-gnu-attribute-CFLAGS),$(compile.c)) -o $(basename $@).o
45 $(objpfx)m_ldexpl.os: CFLAGS += -mgnu-attribute
46 $(objpfx)s_ldexpl.os: CFLAGS += -mgnu-attribute
[all …]
Dconfigure.ac5 OLD_CFLAGS="$CFLAGS"
6 CFLAGS="$CFLAGS $libc_cv_cc_submachine"
18 CFLAGS="$OLD_CFLAGS"
21 OLD_CFLAGS="$CFLAGS"
22 CFLAGS="$CFLAGS -mno-gnu-attribute"
31 CFLAGS="$OLD_CFLAGS"
39 save_CFLAGS="$CFLAGS"
40 CFLAGS="$CFLAGS -mabi=ieeelongdouble -Wno-psabi"
50 CFLAGS="$save_CFLAGS"])
58 save_CFLAGS="$CFLAGS"
[all …]
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
DMakefile5 ifeq (,$(filter -mlong-double-128,$(sysdep-CFLAGS)))
6 sysdep-CFLAGS += -mlong-double-128
56 CFLAGS-nldbl-acos.c = -fno-builtin-acosl
57 CFLAGS-nldbl-acosh.c = -fno-builtin-acoshl
58 CFLAGS-nldbl-asin.c = -fno-builtin-asinl
59 CFLAGS-nldbl-asinh.c = -fno-builtin-asinhl
60 CFLAGS-nldbl-atan.c = -fno-builtin-atanl
61 CFLAGS-nldbl-atan2.c = -fno-builtin-atan2l
62 CFLAGS-nldbl-atanh.c = -fno-builtin-atanhl
63 CFLAGS-nldbl-cabs.c = -fno-builtin-cabsl
[all …]
/glibc-2.36/libio/
DMakefile98 CFLAGS-fileops.c += -fexceptions
99 CFLAGS-fputc.c += -fexceptions
100 CFLAGS-fputwc.c += -fexceptions
101 CFLAGS-freopen64.c += -fexceptions
102 CFLAGS-freopen.c += -fexceptions
103 CFLAGS-fseek.c += -fexceptions
104 CFLAGS-fseeko64.c += -fexceptions
105 CFLAGS-fseeko.c += -fexceptions
106 CFLAGS-ftello64.c += -fexceptions
107 CFLAGS-ftello.c += -fexceptions
[all …]
/glibc-2.36/sysdeps/powerpc/nofpu/
DMakefile27 CFLAGS-e_atan2l.c += -fno-builtin-fabsl
28 CFLAGS-e_hypotl.c += -fno-builtin-fabsl
29 CFLAGS-e_powl.c += -fno-builtin-fabsl
30 CFLAGS-s_cacosl.c += -fsignaling-nans
31 CFLAGS-s_cacoshl.c += -fsignaling-nans
32 CFLAGS-s_casinhl.c += -fsignaling-nans
33 CFLAGS-s_catanl.c += -fsignaling-nans
34 CFLAGS-s_catanhl.c += -fsignaling-nans
35 CFLAGS-s_ccoshl.c += -fno-builtin-fabsl -fsignaling-nans
36 CFLAGS-s_cexpl.c += -fsignaling-nans
[all …]
/glibc-2.36/math/
DMakefile391 $(tgmath3-macro-tests:%=$(objpfx)%.o): CFLAGS += -fno-builtin
409 CFLAGS-test-double-vlen4-wrappers.c += $(double-vlen4-arch-ext-cflags)
411 CFLAGS-test-double-vlen8-wrappers.c += $(double-vlen8-arch-ext-cflags)
413 CFLAGS-test-float-vlen8-wrappers.c += $(float-vlen8-arch-ext-cflags)
415 CFLAGS-test-float-vlen16-wrappers.c += $(float-vlen16-arch-ext-cflags)
425 CFLAGS-test-tgmath.c += -fno-builtin
429 CFLAGS-test-tgmath2.c += -fno-builtin
430 CFLAGS-test-tgmath-ret.c += -fno-builtin
431 CFLAGS-test-powl.c += -fno-builtin
433 CFLAGS-test-snan.c += -fsignaling-nans
[all …]
/glibc-2.36/wcsmbs/
DMakefile80 CFLAGS-wcwidth.c += -I../wctype
81 CFLAGS-wcswidth.c += -I../wctype
83 strtox-CFLAGS = -I../include
84 CFLAGS-wcstol.c += $(strtox-CFLAGS)
85 CFLAGS-wcstoul.c += $(strtox-CFLAGS)
86 CFLAGS-wcstoll.c += $(strtox-CFLAGS)
87 CFLAGS-wcstoull.c += $(strtox-CFLAGS)
88 CFLAGS-wcstod.c += $(strtox-CFLAGS)
89 CFLAGS-wcstold.c += $(strtox-CFLAGS)
90 CFLAGS-wcstof128.c += $(strtox-CFLAGS)
[all …]
/glibc-2.36/sysdeps/x86_64/fpu/multiarch/
DMakefile16 CFLAGS-e_asin-fma.c = -mfma -mavx2
17 CFLAGS-e_atan2-fma.c = -mfma -mavx2
18 CFLAGS-e_exp-fma.c = -mfma -mavx2
19 CFLAGS-e_log-fma.c = -mfma -mavx2
20 CFLAGS-e_pow-fma.c = -mfma -mavx2
21 CFLAGS-s_atan-fma.c = -mfma -mavx2
22 CFLAGS-s_sin-fma.c = -mfma -mavx2
23 CFLAGS-s_tan-fma.c = -mfma -mavx2
24 CFLAGS-s_sincos-fma.c = -mfma -mavx2
31 CFLAGS-e_exp2f-fma.c = -mfma -mavx2
[all …]
/glibc-2.36/debug/
DMakefile68 CFLAGS-stack_chk_fail.c += $(no-stack-protector)
70 CFLAGS-backtrace.c += -fno-omit-frame-pointer -funwind-tables
71 CFLAGS-sprintf_chk.c += $(libio-mtsafe)
72 CFLAGS-snprintf_chk.c += $(libio-mtsafe)
73 CFLAGS-vsprintf_chk.c += $(libio-mtsafe)
74 CFLAGS-vsnprintf_chk.c += $(libio-mtsafe)
75 CFLAGS-asprintf_chk.c += $(libio-mtsafe)
76 CFLAGS-vasprintf_chk.c += $(libio-mtsafe)
77 CFLAGS-obprintf_chk.c += $(libio-mtsafe)
78 CFLAGS-dprintf_chk.c += $(libio-mtsafe) -fexceptions
[all …]
/glibc-2.36/inet/
DMakefile82 CFLAGS-gethstbyad_r.c += -fexceptions
83 CFLAGS-gethstbyad.c += -fexceptions
84 CFLAGS-gethstbynm_r.c += -fexceptions
85 CFLAGS-gethstbynm.c += -fexceptions
86 CFLAGS-gethstbynm2_r.c += -fexceptions
87 CFLAGS-gethstbynm2.c += -fexceptions
88 CFLAGS-gethstent_r.c += -fexceptions
89 CFLAGS-gethstent.c += -fexceptions
90 CFLAGS-rcmd.c += -fexceptions
91 CFLAGS-getnetbynm_r.c += -fexceptions
[all …]
/glibc-2.36/nptl/
DMakefile225 CFLAGS-nptl-init.c += -fexceptions -fasynchronous-unwind-tables
227 CFLAGS-unwind.c += -fexceptions
228 CFLAGS-unwind-forcedunwind.c += -fexceptions -fasynchronous-unwind-tables
231 CFLAGS-pthread_cancel.c += -fexceptions -fasynchronous-unwind-tables
232 CFLAGS-pthread_setcancelstate.c += -fexceptions -fasynchronous-unwind-tables
233 CFLAGS-pthread_setcanceltype.c += -fexceptions -fasynchronous-unwind-tables
237 CFLAGS-cancellation.c += -fasynchronous-unwind-tables
242 CFLAGS-pthread_exit.c += -fexceptions
246 CFLAGS-forward.c += -fexceptions
251 CFLAGS-pthread_testcancel.c += -fexceptions
[all …]
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
DMakefile30 CFLAGS-test-wcstold-ieee128.c += -mfloat128 -mabi=ieeelongdouble -Wno-psabi
31 CFLAGS-test-wcstold-ibm128.c += -mabi=ibmlongdouble -Wno-psabi
64 CFLAGS-vfprintf-internal.c += -mfloat128 -mabi=ibmlongdouble
65 CFLAGS-vfwprintf-internal.c += -mfloat128 -mabi=ibmlongdouble
66 CFLAGS-vfscanf-internal.c += -mfloat128 -mabi=ibmlongdouble
67 CFLAGS-vfwscanf-internal.c += -mfloat128 -mabi=ibmlongdouble
72 CFLAGS-test-printf-ieee128.c += -mfloat128 -mabi=ieeelongdouble -Wno-psabi
73 CFLAGS-test-printf-ibm128.c += -mabi=ibmlongdouble -Wno-psabi
76 CFLAGS-test-wprintf-ieee128.c += -mfloat128 -mabi=ieeelongdouble -Wno-psabi
77 CFLAGS-test-wprintf-ibm128.c += -mabi=ibmlongdouble -Wno-psabi
[all …]
/glibc-2.36/sysdeps/powerpc/powerpc64/be/fpu/multiarch/
DMakefile43 CFLAGS-s_ceil-power5+.c = -mcpu=power5+
44 CFLAGS-s_ceilf-power5+.c = -mcpu=power5+
45 CFLAGS-s_floor-power5+.c = -mcpu=power5+
46 CFLAGS-s_floorf-power5+.c = -mcpu=power5+
47 CFLAGS-s_round-power5+.c = -mcpu=power5+
48 CFLAGS-s_roundf-power5+.c = -mcpu=power5+
49 CFLAGS-s_trunc-power5+.c = -mcpu=power5+
50 CFLAGS-s_truncf-power5+.c = -mcpu=power5+
51 CFLAGS-s_llrint-power8.c += -mcpu=power8
52 CFLAGS-s_llrint-power6x.c += -mcpu=power6x
[all …]
/glibc-2.36/io/
DMakefile110 CFLAGS-open.c += -fexceptions -fasynchronous-unwind-tables
111 CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables
112 CFLAGS-creat.c += -fexceptions -fasynchronous-unwind-tables
113 CFLAGS-creat64.c += -fexceptions -fasynchronous-unwind-tables
114 CFLAGS-fcntl.c += -fexceptions -fasynchronous-unwind-tables
115 CFLAGS-fcntl64.c += -fexceptions -fasynchronous-unwind-tables
116 CFLAGS-poll.c += -fexceptions -fasynchronous-unwind-tables
117 CFLAGS-ppoll.c += -fexceptions -fasynchronous-unwind-tables
118 CFLAGS-lockf.c += -fexceptions -fasynchronous-unwind-tables
119 CFLAGS-lockf64.c += -fexceptions -fasynchronous-unwind-tables
[all …]
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/fpu/multiarch/
DMakefile20 CFLAGS-s_llrintf-power6.c += -mcpu=power6
21 CFLAGS-s_llrintf-ppc32.c += -mcpu=power4
22 CFLAGS-s_llrint-power6.c += -mcpu=power6
23 CFLAGS-s_llrint-ppc32.c += -mcpu=power4
24 CFLAGS-s_lrint-ppc32.c += -mcpu=power4
25 CFLAGS-s_llround-power6.c += -mcpu=power6
26 CFLAGS-s_llround-power5+.c += -mcpu=power5+
27 CFLAGS-s_llround-ppc32.c += -mcpu=power4
28 CFLAGS-s_lround-ppc32.c += -mcpu=power4
29 CFLAGS-s_lround-power5+.c += -mcpu=power5+
[all …]
/glibc-2.36/misc/
DMakefile120 CFLAGS-select.c += -fexceptions -fasynchronous-unwind-tables
121 CFLAGS-tsearch.c += $(uses-callbacks)
122 CFLAGS-lsearch.c += $(uses-callbacks)
123 CFLAGS-pselect.c += -fexceptions
124 CFLAGS-readv.c += -fexceptions -fasynchronous-unwind-tables
125 CFLAGS-writev.c += -fexceptions -fasynchronous-unwind-tables
126 CFLAGS-preadv.c += -fexceptions -fasynchronous-unwind-tables
127 CFLAGS-preadv64.c += -fexceptions -fasynchronous-unwind-tables
128 CFLAGS-pwritev.c += -fexceptions -fasynchronous-unwind-tables
129 CFLAGS-pwritev64.c += -fexceptions -fasynchronous-unwind-tables
[all …]
/glibc-2.36/sysdeps/x86/
DMakefile10 CFLAGS-dl-get-cpu-features.os += $(rtld-early-cflags)
11 CFLAGS-get-cpuid-feature-leaf.o += $(no-stack-protector)
47 CFLAGS-tst-isa-level-mod-1-baseline.c += -DINCLUDE_X86_ISA_LEVEL \
51 CFLAGS-tst-isa-level-mod-1-v2.c += -DINCLUDE_X86_ISA_LEVEL \
55 CFLAGS-tst-isa-level-mod-1-v3.c += -DINCLUDE_X86_ISA_LEVEL \
59 CFLAGS-tst-isa-level-mod-1-v4.c += -DINCLUDE_X86_ISA_LEVEL \
110 CFLAGS-tst-memchr-rtm.c += -mrtm
111 CFLAGS-tst-memcmp-rtm.c += -mrtm
112 CFLAGS-tst-memmove-rtm.c += -mrtm
113 CFLAGS-tst-memrchr-rtm.c += -mrtm
[all …]
/glibc-2.36/sysdeps/x86_64/
DMakefile32 CFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\
57 CFLAGS-tst-quad1pie.c = $(PIE-ccflag)
58 CFLAGS-tst-quad2pie.c = $(PIE-ccflag)
75 CFLAGS-tst-platform-1.c = -mno-avx
76 CFLAGS-tst-platformmod-1.c = -mno-avx
77 CFLAGS-tst-platformmod-2.c = -mno-avx
137 AVX-CFLAGS=-mavx -mno-vzeroupper
138 CFLAGS-tst-audit4-aux.c += $(AVX-CFLAGS)
139 CFLAGS-tst-auditmod4a.c += $(AVX-CFLAGS)
140 CFLAGS-tst-auditmod4b.c += $(AVX-CFLAGS)
[all …]
/glibc-2.36/sysdeps/pthread/
DMakefile148 CFLAGS-tst-cleanup2.c += -fno-builtin
149 CFLAGS-tst-cleanupx2.c += -fno-builtin
211 CFLAGS-tst-cancel4.c += -Wno-error
212 CFLAGS-tst-cancel5.c += -Wno-error
213 CFLAGS-tst-cancelx4.c += -Wno-error
214 CFLAGS-tst-cancelx5.c += -Wno-error
218 CFLAGS-tst-cancelx2.c += -fexceptions
219 CFLAGS-tst-cancelx3.c += -fexceptions
220 CFLAGS-tst-cancelx4.c += -fexceptions
221 CFLAGS-tst-cancelx5.c += -fexceptions
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dconfigure.ac5 AC_CACHE_CHECK(whether $CC $CFLAGS -mlong-double-128 uses IBM extended format,
7 save_CFLAGS="$CFLAGS"
8 CFLAGS="$CFLAGS -mlong-double-128"
16 CFLAGS="$save_CFLAGS"])
19 AC_CACHE_CHECK(whether $CC $CFLAGS supports -mabi=ibmlongdouble,
21 save_CFLAGS="$CFLAGS"
22 CFLAGS="$CFLAGS -mlong-double-128 -mabi=ibmlongdouble"
30 CFLAGS="$save_CFLAGS"])
33 CFLAGS="$CFLAGS -mabi=ibmlongdouble"
Dconfigure5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC $CFLAGS -mlong-double-128 uses IBM ex…
6 $as_echo_n "checking whether $CC $CFLAGS -mlong-double-128 uses IBM extended format... " >&6; }
10 save_CFLAGS="$CFLAGS"
11 CFLAGS="$CFLAGS -mlong-double-128"
33 CFLAGS="$save_CFLAGS"
39 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC $CFLAGS supports -mabi=ibmlongdouble…
40 $as_echo_n "checking whether $CC $CFLAGS supports -mabi=ibmlongdouble... " >&6; }
44 save_CFLAGS="$CFLAGS"
45 CFLAGS="$CFLAGS -mlong-double-128 -mabi=ibmlongdouble"
67 CFLAGS="$save_CFLAGS"
[all …]
/glibc-2.36/posix/
DMakefile248 CFLAGS-getaddrinfo.c += -DRESOLVER -fexceptions
249 CFLAGS-pause.c += -fexceptions -fasynchronous-unwind-tables
250 CFLAGS-pread.c += -fexceptions -fasynchronous-unwind-tables
251 CFLAGS-pread64.c += -fexceptions -fasynchronous-unwind-tables
252 CFLAGS-pwrite.c += -fexceptions -fasynchronous-unwind-tables
253 CFLAGS-pwrite64.c += -fexceptions -fasynchronous-unwind-tables
254 CFLAGS-sleep.c += -fexceptions
255 CFLAGS-wait.c += -fexceptions -fasynchronous-unwind-tables
256 CFLAGS-waitid.c += -fexceptions -fasynchronous-unwind-tables
257 CFLAGS-waitpid.c += -fexceptions -fasynchronous-unwind-tables
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/s390/
DMakefile15 elision-CFLAGS = -mhtm -msoft-float
16 CFLAGS-elision-lock.c = $(elision-CFLAGS)
17 CFLAGS-elision-timed.c = $(elision-CFLAGS)
18 CFLAGS-elision-trylock.c = $(elision-CFLAGS)
19 CFLAGS-elision-unlock.c = $(elision-CFLAGS)
/glibc-2.36/stdio-common/
DMakefile351 CFLAGS-vfprintf.c += -Wno-uninitialized
352 CFLAGS-vfwprintf.c += -Wno-uninitialized
354 CFLAGS-tmpfile.c += -fexceptions
355 CFLAGS-tmpfile64.c += -fexceptions
356 CFLAGS-tempname.c += -fexceptions
357 CFLAGS-psignal.c += -fexceptions
358 CFLAGS-vprintf.c += -fexceptions
359 CFLAGS-cuserid.c += -fexceptions
361 CFLAGS-vfprintf.c += -fexceptions
362 CFLAGS-fprintf.c += -fexceptions
[all …]
/glibc-2.36/grp/
DMakefile50 CFLAGS-getgrgid_r.c += -fexceptions
51 CFLAGS-getgrnam_r.c += -fexceptions
52 CFLAGS-getgrent_r.c += -fexceptions
53 CFLAGS-getgrent.c += -fexceptions
54 CFLAGS-fgetgrent.c += -fexceptions
55 CFLAGS-fgetgrent_r.c += -fexceptions $(libio-mtsafe)
56 CFLAGS-putgrent.c += -fexceptions $(libio-mtsafe)
57 CFLAGS-initgroups.c += -fexceptions
58 CFLAGS-getgrgid.c += -fexceptions

12345678