config/libc/newlib.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Dec 10 15:09:13 2009 +0100 (2009-12-10)
branch1.5
changeset 1661 a3c0dc275759
parent 1468 841be3d8669e
child 1590 b51724d5250d
permissions -rw-r--r--
configure: install in a sub-dir of --libdir and --docdir

In case the user specifies the LIBDIR with --libdir , or DOCDIR with
--docdir, install our support files in a sub-dir, so as not to mangle
existing (potentially system) files/dirs.
(transplanted from 991fc21dd3cfda7d6448388b3224821f6937f15e)
     1 # newlib options
     2 # depends on EXPERIMENTAL
     3 
     4 config LIBC_newlib
     5     help
     6     Newlib is a C library intended for use on embedded systems. It is a 
     7     conglomeration of several library parts, all under free software 
     8     licenses that make them easily usable on embedded products. Newlib 
     9     is only available in source form. It can be compiled for a wide 
    10     array of processors, and will usually work on any architecture with
    11     the addition of a few low-level routines. 
    12 
    13 choice
    14     bool
    15     prompt "newlib version"
    16 # Don't remove next line
    17 # CT_INSERT_VERSION_BELOW
    18 
    19 config NEWLIB_V_1_17_0
    20     bool
    21     prompt "1.17.0"
    22 
    23 endchoice
    24 
    25 config LIBC_VERSION
    26     string
    27 # Don't remove next line
    28 # CT_INSERT_VERSION_STRING_BELOW
    29     default "1.17.0" if NEWLIB_V_1_17_0
    30 
    31 config ATMEL_AVR32_HEADERS
    32     bool
    33     prompt "Install Atmel AVR32 headers"
    34     default y
    35     help
    36       Install Atmel AVR32 headers for native AVR32 development. Most
    37       AVR32 MCU devices are supported.
    38       
    39       If you do native AVR32 development you want to say 'Y' here.
    40