Home
last modified time | relevance | path

Searched refs:BASECFLAGS (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Mac/IDLE/
DMakefile.in4 BASECFLAGS=@BASECFLAGS@
6 CFLAGS=$(BASECFLAGS) $(OPT)
/external/python/cpython3/Mac/PythonLauncher/
DMakefile.in3 BASECFLAGS=@BASECFLAGS@
5 CFLAGS=@CFLAGS@ $(BASECFLAGS) $(OPT)
/external/python/cpython2/Mac/PythonLauncher/
DMakefile.in3 BASECFLAGS=@BASECFLAGS@
5 CFLAGS=@CFLAGS@ $(BASECFLAGS) $(OPT)
/external/python/cpython3/Misc/
Dpython-config.sh.in46 BASECFLAGS="@BASECFLAGS@"
94 echo "$INCDIR $PLATINCDIR $BASECFLAGS $CFLAGS $OPT"
DHISTORY21097 - For MacOSX, added -mno-fused-madd to BASECFLAGS to fix test_coercion
22216 groups, OPT and BASECFLAGS. OPT is meant to carry just optimization- and
22217 debug-related flags like "-g" and "-O3". BASECFLAGS is meant to carry
22219 platforms (many Linux flavors in particular) BASECFLAGS will be empty by
/external/python/cpython2/
Dconfigure.ac546 # compiler flags are generated in two sets, BASECFLAGS and OPT. OPT is just
547 # for debug/optimization stuff. BASECFLAGS is for flags that are required
550 # BASECFLAGS should generally not be messed with, however.
553 # on that fiddles with OPT and BASECFLAGS?
574 BASECFLAGS="$BASECFLAGS -export pragma"
888 BASECFLAGS="-pg $BASECFLAGS"
1054 # XXX Shouldn't the code above that fiddles with BASECFLAGS and OPT be
1063 # see if OPT was set and one that does BASECFLAGS setting based upon
1064 # compiler and platform. BASECFLAGS tweaks need to be made even if the
1114 AC_SUBST(BASECFLAGS) subst
[all …]
Dconfigure3547 BASECFLAGS="$BASECFLAGS -export pragma"
5455 BASECFLAGS="-pg $BASECFLAGS"
6097 BASECFLAGS="$BASECFLAGS -fno-strict-aliasing"
6105 BASECFLAGS="$BASECFLAGS -mieee"
6111 BASECFLAGS="$BASECFLAGS -m486 -DSCO5"
6245 BASECFLAGS="$BASECFLAGS -mieee"
6253 BASECFLAGS="$BASECFLAGS -K pentium,host,inline,loop_unroll,alloca "
6256 BASECFLAGS="$BASECFLAGS -ieee -std"
6259 BASECFLAGS="$BASECFLAGS -belf -Ki486 -DSCO5"
6268 BASECFLAGS="$BASECFLAGS -fp-model strict"
[all …]
DMakefile.pre.in74 BASECFLAGS= @BASECFLAGS@
75 CFLAGS= $(BASECFLAGS) @CFLAGS@ $(OPT) $(EXTRA_CFLAGS)
DREADME442 BASECFLAGS="+DD64"
/external/python/cpython3/
Dconfigure.ac583 # compiler flags are generated in two sets, BASECFLAGS and OPT. OPT is just
584 # for debug/optimization stuff. BASECFLAGS is for flags that are required
587 # BASECFLAGS should generally not be messed with, however.
930 BASECFLAGS="${BASECFLAGS} -mfloat-abi=softfp -mfpu=vfpv3-d16"
1109 BASECFLAGS="-pg $BASECFLAGS"
1507 # XXX Shouldn't the code above that fiddles with BASECFLAGS and OPT be
1516 # see if OPT was set and one that does BASECFLAGS setting based upon
1517 # compiler and platform. BASECFLAGS tweaks need to be made even if the
1586 AC_SUBST(BASECFLAGS) subst
1594 # tweak BASECFLAGS based on compiler and platform
[all …]
Dconfigure5692 BASECFLAGS="${BASECFLAGS} -mfloat-abi=softfp -mfpu=vfpv3-d16"
5906 BASECFLAGS="-pg $BASECFLAGS"
7074 BASECFLAGS="$BASECFLAGS -fno-strict-aliasing"
7126 BASECFLAGS="$BASECFLAGS -Wno-unused-result"
7252 BASECFLAGS="$BASECFLAGS -Wsign-compare"
7302 BASECFLAGS="$BASECFLAGS -Wunreachable-code"
7437 BASECFLAGS="$BASECFLAGS -mieee"
7443 BASECFLAGS="$BASECFLAGS -m486 -DSCO5"
7612 BASECFLAGS="$BASECFLAGS -K pentium,host,inline,loop_unroll,alloca "
7615 BASECFLAGS="$BASECFLAGS -belf -Ki486 -DSCO5"
[all …]
DMakefile.pre.in81 BASECFLAGS= @BASECFLAGS@
97 PY_CFLAGS= $(BASECFLAGS) $(OPT) $(CONFIGURE_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS)
/external/python/cpython2/Misc/
DHISTORY3713 - For MacOSX, added -mno-fused-madd to BASECFLAGS to fix test_coercion
4832 groups, OPT and BASECFLAGS. OPT is meant to carry just optimization- and
4833 debug-related flags like "-g" and "-O3". BASECFLAGS is meant to carry
4835 platforms (many Linux flavors in particular) BASECFLAGS will be empty by