From 9a8e65e98866d4d004c4893a5dddaf32808147de Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 11 Feb 2018 17:18:43 +0000 Subject: [PATCH] libclean: add another rule for SDCC 3.7 --- Library/tools/libclean | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1