From: Will Sowerbutts Date: Sat, 3 Jan 2015 23:09:58 +0000 (+0000) Subject: Library: Scrub additional functions when importing the sdcc libraries. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f3a7c423870dbd82be9c8c87ad4712764e6d6f3d;p=FUZIX.git Library: Scrub additional functions when importing the sdcc libraries. --- diff --git a/Library/tools/libclean b/Library/tools/libclean index e19842b5..7a56b4a7 100755 --- a/Library/tools/libclean +++ b/Library/tools/libclean @@ -23,5 +23,5 @@ cp ${SDCC_LIB}/z80/z80.lib tmp.lib sdar d tmp.lib putchar.rel heap.rel fstubs.rel setjmp.rel errno.rel sdar d tmp.lib rand.rel _calloc.rel _malloc.rel _realloc.rel _free.rel sdar d tmp.lib printf_large.rel puts.rel gets.rel assert.rel time.rel -sdar d tmp.lib tolower.rel toupper.rel +sdar d tmp.lib tolower.rel toupper.rel _ltoa.rel _itoa.rel abs.rel mv tmp.lib sdccz80.lib