diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-28 11:32:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-28 11:32:26 +0200 |
commit | 2cdc455c5bcacf61755a1a9822940c36da698906 (patch) | |
tree | 7e56a290c0cce81d816a873d158b6405c8bb8cba /toolchain/eglibc/patches | |
parent | 6fec3f0d5ce1ca33f8536c95369c46c7d445f248 (diff) | |
parent | 6a71d6abfeda9e27a904dae851201d9d0b454978 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/eglibc/patches')
-rw-r--r-- | toolchain/eglibc/patches/ip_h_bug.patch | 12 | ||||
-rw-r--r-- | toolchain/eglibc/patches/make-mixed-rules.patch | 15 |
2 files changed, 0 insertions, 27 deletions
diff --git a/toolchain/eglibc/patches/ip_h_bug.patch b/toolchain/eglibc/patches/ip_h_bug.patch deleted file mode 100644 index 1f6274fac..000000000 --- a/toolchain/eglibc/patches/ip_h_bug.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur eglibc-2.12.orig/libc/sysdeps/generic/netinet/ip.h eglibc-2.12/libc/sysdeps/generic/netinet/ip.h ---- eglibc-2.12.orig/libc/sysdeps/generic/netinet/ip.h 2010-09-28 19:13:14.000000000 +0200 -+++ eglibc-2.12/libc/sysdeps/generic/netinet/ip.h 2010-10-10 14:41:32.000000000 +0200 -@@ -194,7 +194,7 @@ - */ - - #define IPTOS_CLASS_MASK 0xe0 --#define IPTOS_CLASS(class) ((tos) & IPTOS_CLASS_MASK) -+#define IPTOS_CLASS(class) ((class) & IPTOS_CLASS_MASK) - #define IPTOS_CLASS_CS0 0x00 - #define IPTOS_CLASS_CS1 0x20 - #define IPTOS_CLASS_CS2 0x40 diff --git a/toolchain/eglibc/patches/make-mixed-rules.patch b/toolchain/eglibc/patches/make-mixed-rules.patch deleted file mode 100644 index 06a4af3c0..000000000 --- a/toolchain/eglibc/patches/make-mixed-rules.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Nur eglibc-2.12.1.orig/libc/manual/Makefile eglibc-2.12.1/libc/manual/Makefile ---- eglibc-2.12.1.orig/libc/manual/Makefile 2010-09-28 19:14:30.000000000 +0200 -+++ eglibc-2.12.1/libc/manual/Makefile 2010-11-06 17:05:03.000000000 +0100 -@@ -243,7 +243,10 @@ - .PHONY: stubs - stubs: $(objpfx)stubs - endif --$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%: -+$(objpfx)stubs ../po/manual.pot: -+ touch $@ -+ -+$(objpfx)stamp%: - $(make-target-directory) - touch $@ - |