summaryrefslogtreecommitdiff
path: root/scripts/build/libc/none.sh
blob: 4053459c9614174fdece232edb6624d4c6d0c292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This file adds functions to build the C library for bare metal (IE. none)
# Copyright 2008 Yann E. MORIN
# Licensed under the GPL v2. See COPYING in the root of this package

do_print_filename() {
    :
}

do_libc_get() {
    :
}

do_libc_extract() {
    :
}

do_libc_check_config() {
    :
}

do_libc_headers() {
    :
}

# Build and install start files
do_libc_start_files() {
    :
}

do_libc() {
    :
}

do_libc_finish() {
    :
}