dietlibc: rework getrlimit function for eabi
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 4 Oct 2009 20:08:45 +0000 (22:08 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 4 Oct 2009 20:12:53 +0000 (22:12 +0200)
recipes/dietlibc/dietlibc-0.32/getrlimit.patch [new file with mode: 0644]
recipes/dietlibc/dietlibc_0.32.bb

diff --git a/recipes/dietlibc/dietlibc-0.32/getrlimit.patch b/recipes/dietlibc/dietlibc-0.32/getrlimit.patch
new file mode 100644 (file)
index 0000000..1d9792e
--- /dev/null
@@ -0,0 +1,12 @@
+Index: dietlibc-0.32/syscalls.s/getrlimit.S
+===================================================================
+--- dietlibc-0.32.orig/syscalls.s/getrlimit.S  2001-01-09 18:57:48.000000000 +0100
++++ dietlibc-0.32/syscalls.s/getrlimit.S       2009-10-03 14:28:55.098309914 +0200
+@@ -1,3 +1,7 @@
+ #include "syscalls.h"
++#if defined(__ARM_EABI__)
++syscall(ugetrlimit,getrlimit)
++#else
+ syscall(getrlimit,getrlimit)
++#endif
index 5e644fa..7cdc121 100644 (file)
@@ -1,9 +1,10 @@
 require dietlibc.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 SRC_URI += "file://ccache.patch;patch=1 \
             file://ceil.patch;patch=1 \
             file://diethome.patch;patch=1 \
+            file://getrlimit.patch;patch=1 \
            "