From: Alan Cox Date: Sun, 11 Feb 2018 17:18:43 +0000 (+0000) Subject: libclean: add another rule for SDCC 3.7 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9a8e65e98866d4d004c4893a5dddaf32808147de;p=FUZIX.git libclean: add another rule for SDCC 3.7 --- diff --git a/Library/tools/libclean b/Library/tools/libclean index 661911b7..7fbdabf0 100755 --- a/Library/tools/libclean +++ b/Library/tools/libclean @@ -18,4 +18,6 @@ sdar d tmp.lib rand.rel _calloc.rel _malloc.rel _realloc.rel _free.rel sdar d tmp.lib malloc.rel calloc.rel free.rel realloc.rel sdar d tmp.lib printf_large.rel puts.rel gets.rel assert.rel time.rel sdar d tmp.lib tolower.rel toupper.rel _ltoa.rel _itoa.rel abs.rel atoi.rel +# Added in 3.7.0rc so we can't rely on it yet and must always use our own +sdar d tmp.lib strtoul.rel mv tmp.lib sdccz80.lib