diff options
Diffstat (limited to 'scripts/build/libc/none.sh')
-rw-r--r-- | scripts/build/libc/none.sh | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/scripts/build/libc/none.sh b/scripts/build/libc/none.sh index 8537a8ea..5173afb2 100644 --- a/scripts/build/libc/none.sh +++ b/scripts/build/libc/none.sh @@ -2,22 +2,12 @@ # Copyright 2008 Yann E. MORIN # Licensed under the GPL v2. See COPYING in the root of this package -do_libc_get() { +none_get() +{ : } -do_libc_extract() { - : -} - -do_libc_start_files() { - : -} - -do_libc() { - : -} - -do_libc_post_cc() { +none_extract() +{ : } |