This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
MahiroOS-jhalfs/optimize/opt_config.d/defOpt_march
Manuel Canales Esparcia d1f95996fd Fixed a bad commit.
2006-05-06 14:39:04 +00:00

23 lines
599 B
Text

#
#$Id$
#
#####
#
# MODE defOpt_march configuration
#
# Usage: - Apply optimization string to each variable
# - "unset" will cause the variable to be not set
# instead of just set to null.
#
#####
# Inherit optimizations from defOpt
source optimize/opt_config.d/defOpt
CFLAGS_defOpt_march=$CFLAGS_defOpt" -march=pentium4"
CXXFLAGS_defOpt_march=$CFLAGS_defOpt" -march=pentium4"
LDFLAGS_defOpt_march=$LDFLAGS_defOpt
OTHER_CFLAGS_defOpt_march=$CFLAGS_defOpt" -march=pentium4"
OTHER_CXXFLAGS_defOpt_march=$CXXFLAGS_defOpt" -march=pentium4"
OTHER_LDFLAGS_defOpt_march=$LDFLAGS_defOpt