scripts/build/libc/newlib.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Mar 22 23:33:43 2009 +0000 (2009-03-22)
branchnewlib
changeset 1363 87f25f1d25d0
permissions -rw-r--r--
Add skeleton for newlib:
- config file, with only version selection
- build script, with empty functions
- added --newlib to scripts/addToolVersion.sh

/branches/newlib/scripts/build/libc/newlib.sh | 31 31 0 0 +++++++++++++++++++++++++
/branches/newlib/scripts/addToolVersion.sh | 7 4 3 0 +++---
/branches/newlib/config/libc/newlib.in | 53 53 0 0 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 88 insertions(+), 3 deletions(-)
     1 # This file adds functions to build new
     2 # Copyright 2009 Yann E. MORIN
     3 # Licensed under the GPL v2. See COPYING in the root of this package
     4 
     5 do_libc_get() {
     6     :
     7 }
     8 
     9 do_libc_extract() {
    10     :
    11 }
    12 
    13 do_libc_check_config() {
    14     :
    15 }
    16 
    17 do_libc_headers() {
    18     :
    19 }
    20 
    21 do_libc_start_files() {
    22     :
    23 }
    24 
    25 do_libc() {
    26     :
    27 }
    28 
    29 do_libc_finish() {
    30     :
    31 }