From 714696cfac2e9b6c3a010275dfb9ee8b7f250fd7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 21 Aug 2014 22:11:35 +0200 Subject: fix m68k issues in uClibc git version --- .../uclibc/patches/0.9.34-git/0009-fix-typo.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 toolchain/uclibc/patches/0.9.34-git/0009-fix-typo.patch (limited to 'toolchain/uclibc/patches/0.9.34-git/0009-fix-typo.patch') diff --git a/toolchain/uclibc/patches/0.9.34-git/0009-fix-typo.patch b/toolchain/uclibc/patches/0.9.34-git/0009-fix-typo.patch new file mode 100644 index 000000000..bf6a51850 --- /dev/null +++ b/toolchain/uclibc/patches/0.9.34-git/0009-fix-typo.patch @@ -0,0 +1,28 @@ +From 0b6a99fbbb11287ca5c3ce71ef13689e72d2b79e Mon Sep 17 00:00:00 2001 +From: Waldemar Brodkorb +Date: Thu, 21 Aug 2014 22:08:43 +0200 +Subject: [PATCH 9/9] fix typo + +otherwise you get compile warnings, when building for m68k. + +Signed-off-by: Waldemar Brodkorb +--- + libc/sysdeps/linux/m68k/bits/huge_vall.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/libc/sysdeps/linux/m68k/bits/huge_vall.h b/libc/sysdeps/linux/m68k/bits/huge_vall.h +index c44b64d..674b46d 100644 +--- a/libc/sysdeps/linux/m68k/bits/huge_vall.h ++++ b/libc/sysdeps/linux/m68k/bits/huge_vall.h +@@ -26,7 +26,7 @@ + # define HUGE_VALL (__builtin_huge_vall ()) + #elif __GNUC_PREREQ(2,96) + # define HUGE_VALL (__extension__ 0x1.0p32767L) +-#elif defined__GNUC__ ++#elif defined __GNUC__ + + # define HUGE_VALL \ + (__extension__ \ +-- +1.8.5.2 (Apple Git-48) + -- cgit v1.2.3