Ignore:
Timestamp:
05/08/2006 06:10:58 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
024e3de
Parents:
708a612
Message:

Applied optimization and makeflags patches from Jeremy Byron.
Renamed some files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • optimize/opt_config

    r708a612 rc205656  
    1414
    1515#--- Default optimization mode
    16 #    This level is overridden by definitions in opt_override;
     16#    This mode is overridden by definitions in opt_override;
    1717#    in this way, packages can be tuned independently.  For example,
    1818#    if you have trouble building a package in mode defOpt, add
    1919#    the package to opt_override with a different mode.
    20 DEF_OPT_LVL=defOpt
     20DEF_OPT_MODE=O3pipe
    2121
    2222
     
    2929#--- Load optimization modes
    3030#    To add modes, create a working template..
    31 #      cp opt_config.d/defOpt opt_config.d/newMode
     31#      cp opt_config.d/O3pipe opt_config.d/newMode
    3232#    ..and edit it as desired.
    3333#
    34 #    To inherit another mode and add to it, see opt_config.d/defOpt_march
    35 #    as an example.  Given opt_config.d/modeA_modeB_modeC, modeB inherits
     34#    To inherit another mode and add to it, see opt_config.d/O3pipe_march
     35#    or opt_config.d/defOpt_fPIC as examples for two different ways of
     36#    doing it.  Given opt_config.d/modeA_modeB_modeC, modeB inherits
    3637#    the optimizations of modeA by sourcing it, and modeC inherits those
    3738#    of modeB (which includes those of modeA).
Note: See TracChangeset for help on using the changeset viewer.