config/global.in
author David Holsgrove <david.holsgrove@xilinx.com>
Mon Oct 15 16:59:11 2012 +1000 (2012-10-15)
changeset 3078 2a616dab6531
parent 694 1026e9628e59
permissions -rw-r--r--
scripts: update config.sub

Latest from upstream config-patches repo. (No change to config.guess)

Signed-off-by: "David Holsgrove" <david.holsgrove@xilinx.com>
Message-Id: <f15b7c69c142e935391e.1350284600@localhost.localdomain>
Patchwork-Id: 191476
     1 # Overall toolchain configuration: paths, jobs, etc...
     2 
     3 # Allow unconditional usage of tristates
     4 config MODULES
     5     bool
     6     default y
     7 
     8 menu "Paths and misc options"
     9 
    10 source "config/global/ct-behave.in"
    11 source "config/global/paths.in"
    12 source "config/global/download.in"
    13 source "config/global/extract.in"
    14 source "config/global/build-behave.in"
    15 source "config/global/logging.in"
    16 
    17 endmenu