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.in45 BASECFLAGS="@BASECFLAGS@"
86 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.ac552 # compiler flags are generated in two sets, BASECFLAGS and OPT. OPT is just
553 # for debug/optimization stuff. BASECFLAGS is for flags that are required
556 # BASECFLAGS should generally not be messed with, however.
559 # on that fiddles with OPT and BASECFLAGS?
934 BASECFLAGS="${BASECFLAGS} -mfloat-abi=softfp -mfpu=vfpv3-d16"
1104 BASECFLAGS="-pg $BASECFLAGS"
1477 # XXX Shouldn't the code above that fiddles with BASECFLAGS and OPT be
1486 # see if OPT was set and one that does BASECFLAGS setting based upon
1487 # compiler and platform. BASECFLAGS tweaks need to be made even if the
1556 AC_SUBST(BASECFLAGS) subst
[all …]
Dconfigure5693 BASECFLAGS="${BASECFLAGS} -mfloat-abi=softfp -mfpu=vfpv3-d16"
5896 BASECFLAGS="-pg $BASECFLAGS"
7057 BASECFLAGS="$BASECFLAGS -fno-strict-aliasing"
7109 BASECFLAGS="$BASECFLAGS -Wno-unused-result"
7276 BASECFLAGS="$BASECFLAGS -Wsign-compare"
7326 BASECFLAGS="$BASECFLAGS -Wunreachable-code"
7420 BASECFLAGS="$BASECFLAGS -mieee"
7426 BASECFLAGS="$BASECFLAGS -m486 -DSCO5"
7566 BASECFLAGS="$BASECFLAGS -K pentium,host,inline,loop_unroll,alloca "
7569 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