Lines Matching refs:BASECFLAGS
546 # 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
1120 # tweak BASECFLAGS based on compiler and platform
1138 BASECFLAGS="$BASECFLAGS -fno-strict-aliasing"
1146 BASECFLAGS="$BASECFLAGS -mieee"
1152 BASECFLAGS="$BASECFLAGS -m486 -DSCO5"
1282 BASECFLAGS="$BASECFLAGS -mieee"
1290 BASECFLAGS="$BASECFLAGS -K pentium,host,inline,loop_unroll,alloca "
1293 BASECFLAGS="$BASECFLAGS -ieee -std"
1296 BASECFLAGS="$BASECFLAGS -belf -Ki486 -DSCO5"
1305 BASECFLAGS="$BASECFLAGS -fp-model strict"
1317 BASECFLAGS="$BASECFLAGS $ac_arch_flags"
1350 BASECFLAGS="$BASECFLAGS -OPT:Olimit=0"
1371 BASECFLAGS="$BASECFLAGS -Olimit 1500"
2084 BASECFLAGS="$BASECFLAGS -fno-common -dynamic"
2917 BASECFLAGS="-I/usr/inet6/include $BASECFLAGS"
2947 BASECFLAGS="-I/usr/local/v6/include $BASECFLAGS"])
3954 # $BASECFLAGS may affect the result
3956 CC="$CC $BASECFLAGS"