Home
last modified time | relevance | path

Searched refs:libc_cv_cc_submachine (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/sysdeps/powerpc/
Dpreconfigure.ac42 AC_CACHE_VAL(libc_cv_cc_submachine,libc_cv_cc_submachine="")
46 AC_CACHE_VAL(libc_cv_cc_submachine,libc_cv_cc_submachine="")
51 AC_CACHE_VAL(libc_cv_cc_submachine,libc_cv_cc_submachine="")
Dpreconfigure42 if ${libc_cv_cc_submachine+:} false; then :
45 libc_cv_cc_submachine=""
51 if ${libc_cv_cc_submachine+:} false; then :
54 libc_cv_cc_submachine=""
61 if ${libc_cv_cc_submachine+:} false; then :
64 libc_cv_cc_submachine=""
/glibc-2.36/
Dconfig.make.in39 cflags-cpu = @libc_cv_cc_submachine@
40 asflags-cpu = @libc_cv_cc_submachine@
Dconfigure.ac1477 libc_cv_cc_submachine, [dnl
1478 libc_cv_cc_submachine=no
1481 libc_cv_cc_submachine="$opt"
1484 if test "x$libc_cv_cc_submachine" = xno; then
1488 AC_SUBST(libc_cv_cc_submachine) subst
Dconfigure6374 if ${libc_cv_cc_submachine+:} false; then :
6377 libc_cv_cc_submachine=no
6386 libc_cv_cc_submachine="$opt"
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_cc_submachine" >&5
6392 $as_echo "$libc_cv_cc_submachine" >&6; }
6393 if test "x$libc_cv_cc_submachine" = xno; then
/glibc-2.36/sysdeps/powerpc/powerpc64/
Dconfigure.ac38 …if AC_TRY_COMMAND([${CC-cc} $libc_cv_cc_submachine $CFLAGS $CPPFLAGS -S -o conftest.s conftest.c])…
Dconfigure52 if { ac_try='${CC-cc} $libc_cv_cc_submachine $CFLAGS $CPPFLAGS -S -o conftest.s conftest.c'
/glibc-2.36/sysdeps/powerpc/powerpc64/le/
Dconfigure.ac6 CFLAGS="$CFLAGS $libc_cv_cc_submachine"
Dconfigure5 CFLAGS="$CFLAGS $libc_cv_cc_submachine"
/glibc-2.36/ChangeLog.old/
DChangeLog.173885 @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
DChangeLog.1886055 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.