From cd13b6cd5cdb64a6cde9f3c35a916dcad9eabe4c Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 4 Dec 2012 12:40:00 +0100 Subject: fixup_ptxconfigs: add uclibc support Signed-off-by: Michael Olbrich --- fixup_ptxconfigs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh index 198a693..13b3e90 100755 --- a/fixup_ptxconfigs.sh +++ b/fixup_ptxconfigs.sh @@ -50,6 +50,9 @@ fixup() glibc*) PTXCONF_GLIBC_VERSION="${part##glibc-}" ;; + uclibc*) + PTXCONF_UCLIBC_VERSION="${part##uclibc-}" + ;; libc*) PTXCONF_AVRLIB_VERSION="${part##libc-}" ;; -- cgit v1.2.3