[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-481-g4e8e8c4
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-06-21 12:04:06
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 4e8e8c4d495e63007da1015b6823f3a937770515 (commit)
via 30d1b6a9dc6c84358e3ec81e9868e9d39a4b09ee (commit)
via 57e1450bf00b446a7828bbb831718c9c1ddc595c (commit)
from b1acd8e54a8506812bdb507c64d4c4ed27416b25 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4e8e8c4d495e63007da1015b6823f3a937770515
Merge: 30d1b6a9dc6c84358e3ec81e9868e9d39a4b09ee b1acd8e54a8506812bdb507c64d4c4ed27416b25
Author: Julien Boibessot <jul...@ar...>
Date: Mon Jun 21 14:03:33 2010 +0200
Merge branch 'master' of ssh://artemys@armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit 30d1b6a9dc6c84358e3ec81e9868e9d39a4b09ee
Author: Julien Boibessot <jul...@ar...>
Date: Mon Jun 21 13:59:25 2010 +0200
Updates cleanup_buildroot.sh
commit 57e1450bf00b446a7828bbb831718c9c1ddc595c
Author: Julien Boibessot <jul...@ar...>
Date: Mon Jun 21 13:57:01 2010 +0200
[UCLIBC] Add patch for ftruncate64() pb on ARM EABI (uClibc 0.9.29)
-----------------------------------------------------------------------
Summary of changes:
...m_eabi_needs_uclibc_truncate64_has_4_args.patch | 25 ++++++++++++++++++++
patches/buildroot/cleanup_buildroot.sh | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
create mode 100644 buildroot/toolchain/uClibc/uClibc-0.9.29-z-004-arm_eabi_needs_uclibc_truncate64_has_4_args.patch
diff --git a/buildroot/toolchain/uClibc/uClibc-0.9.29-z-004-arm_eabi_needs_uclibc_truncate64_has_4_args.patch b/buildroot/toolchain/uClibc/uClibc-0.9.29-z-004-arm_eabi_needs_uclibc_truncate64_has_4_args.patch
new file mode 100644
index 0000000..4b919f9
--- /dev/null
+++ b/buildroot/toolchain/uClibc/uClibc-0.9.29-z-004-arm_eabi_needs_uclibc_truncate64_has_4_args.patch
@@ -0,0 +1,25 @@
+From 093b396bc55a3ca43a93973e79cdaccb43d9f8d6 Mon Sep 17 00:00:00 2001
+From: Bernhard Reutner-Fischer <rep...@gm...>
+Date: Thu, 25 Sep 2008 08:50:56 +0000
+Subject: - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__
+
+ (75_all_uClibc-arm-ftruncate64.patch from gentoo)
+---
+diff --git a/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h b/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h
+index 85c9adb..0e33f9c 100644
+--- a/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h
++++ b/libc/sysdeps/linux/arm/bits/uClibc_arch_features.h
+@@ -12,7 +12,11 @@
+ #undef __UCLIBC_MMAP_HAS_6_ARGS__
+
+ /* does your target use syscall4() for truncate64 ? (32bit arches only) */
++#ifdef __ARM_EABI__
++#define __UCLIBC_TRUNCATE64_HAS_4_ARGS__
++#else
+ #undef __UCLIBC_TRUNCATE64_HAS_4_ARGS__
++#endif
+
+ /* does your target have a broken create_module() ? */
+ #define __UCLIBC_BROKEN_CREATE_MODULE__
+--
+cgit v0.8.2.1
diff --git a/patches/buildroot/cleanup_buildroot.sh b/patches/buildroot/cleanup_buildroot.sh
index 4a1a1ef..3883cf5 100755
--- a/patches/buildroot/cleanup_buildroot.sh
+++ b/patches/buildroot/cleanup_buildroot.sh
@@ -43,3 +43,4 @@ rm -rf buildroot/package/allegro/
rm -rf buildroot/package/fbgrab/
rm -rf buildroot/package/fbtest/
rm -rf buildroot/package/xenomai/
+rm -rf buildroot/package/cwiid/
hooks/post-receive
--
armadeus
|