scripts/build/libc/none.sh
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Thu Jan 10 21:01:59 2013 +0100 (2013-01-10)
changeset 3162 e51eb0a614c7
parent 2278 e86826b8621a
permissions -rw-r--r--
libc: get rid of libc_finish

At long last, we no longer have any libc that requries a libc_finish.
Yeah!

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 # This file adds functions to build the C library for bare metal (IE. none)
     2 # Copyright 2008 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_start_files() {
    18     :
    19 }
    20 
    21 do_libc() {
    22     :
    23 }