Changeset 0536270


Ignore:
Timestamp:
11/14/2006 07:58:26 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
c5ff430
Parents:
7a06ac1
Message:

Fixed some config settings for CLFS3.
Remains to add mips arch support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r7a06ac1 r0536270  
    5858
    5959                config  BRANCH
    60                         bool    "Branch or stable book" if !BOOK_CLFS2
     60                        bool    "Branch or stable book" if !BOOK_CLFS2 && !BOOK_CLFS3
    6161                        help
    6262                                #-- A supported SVN branch or stable released book
     
    9292
    9393                config  ARCH_MIPS
    94                         bool    "mips"  if !BOOK_CLFS2 || !BOOK_CLFS3
     94                        bool    "mips"  if !BOOK_CLFS2 && !BOOK_CLFS3
    9595
    9696                config  ARCH_PPC
    97                         bool    "ppc"   if !BOOK_CLFS2 || !BOOK_CLFS3
     97                        bool    "ppc"   if !BOOK_CLFS2 && !BOOK_CLFS3
    9898
    9999                config  ARCH_SPARC
    100                         bool    "sparc" if !BOOK_CLFS2 || !BOOK_CLFS3
     100                        bool    "sparc" if !BOOK_CLFS2 && !BOOK_CLFS3
    101101
    102102                config  ARCH_ALPHA
    103                         bool    "alpha" if !BOOK_CLFS2 || !BOOK_CLFS3
     103                        bool    "alpha" if !BOOK_CLFS2 && !BOOK_CLFS3
    104104
    105105                config  ARCH_ARM
    106                         bool    "arm"   if !BOOK_CLFS || !BOOK_CLFS3
     106                        bool    "arm"   if !BOOK_CLFS && !BOOK_CLFS3
    107107        endchoice
    108108
     
    550550        config  CONFIG_TESTS
    551551                bool    "Run testsuites"
    552                 depends !BOOK_CLFS2
     552                depends !BOOK_CLFS2 && !BOOK_CLFS3
    553553                default y
    554554                help
     
    710710        config  COMPARE
    711711                bool "Run comparison analysis on final stage"
    712                 depends !BOOK_CLFS2
     712                depends !BOOK_CLFS2 && !BOOK_CLFS3
    713713                default n
    714714                help
     
    749749
    750750        #--- Optimizations
    751 if !BOOK_CLFS2
     751if !BOOK_CLFS2 && !BOOK_CLFS3
    752752        config  CONFIG_OPTIMIZE
    753753                bool    "Use optimization (see help)"
Note: See TracChangeset for help on using the changeset viewer.