Changeset ce262a7 for Config.in


Ignore:
Timestamp:
09/27/2013 08:43:43 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
34d1b6a
Parents:
7ce6de2
Message:

Add optimization (MAKEFLAGS only) for the cross tools part of CLFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r7ce6de2 rce262a7  
    10871087                config  OPT_2
    10881088                        bool    "Both temp tools and final system"
     1089
     1090                config  OPT_3
     1091                        bool    "Cross tools (only MAKEFLAGS), temp tools and final system" if BOOK_CLFS
    10891092        endchoice
    10901093
     
    10941097                default "1"     if OPT_1
    10951098                default "2"     if OPT_2
     1099                default "3"     if OPT_3
    10961100endif
    10971101        #--- End Optimizations
Note: See TracChangeset for help on using the changeset viewer.