summaryrefslogtreecommitdiff
path: root/scripts/build/libc/none.sh
blob: 5173afb24981492bcd5db3818db4f0817bb5fc98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

none_get()
{
    :
}

none_extract()
{
    :
}