scripts/build/kernel/bare-metal.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Sep 29 12:02:47 2008 +0000 (2008-09-29)
changeset 887 0a8cc9d782de
child 965 45ddf096def1
permissions -rw-r--r--
Restore the ability to build gcc older than 4.3. At last!

/trunk/scripts/build/cc/gcc.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
     1 # This file declares functions for bare metal kernel (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_print_filename() {
     6     :
     7 }
     8 
     9 do_kernel_get() {
    10     :
    11 }
    12 
    13 do_kernel_extract() {
    14     :
    15 }
    16 
    17 do_kernel_headers() {
    18     :
    19 }