diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-10 09:58:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-10 09:58:51 +0200 |
commit | f9907d1324368e873a179f65372002634aae0e20 (patch) | |
tree | f388bcafeef0e02efc9048f653f272136856c166 /toolchain/glibc/patches/stdio_lim.patch | |
parent | 86ccceb7ca2752ccca08effc89141531a4ab1c49 (diff) | |
parent | 9ea6420f350de09bbcb9d5141dc652ac6637e2a2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/glibc/patches/stdio_lim.patch')
-rw-r--r-- | toolchain/glibc/patches/stdio_lim.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/toolchain/glibc/patches/stdio_lim.patch b/toolchain/glibc/patches/stdio_lim.patch deleted file mode 100644 index 41f8447dc..000000000 --- a/toolchain/glibc/patches/stdio_lim.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -Nur glibc-2.11.orig/stdio-common/Makefile glibc-2.11/stdio-common/Makefile ---- glibc-2.11.orig/stdio-common/Makefile 2009-10-30 18:17:08.000000000 +0100 -+++ glibc-2.11/stdio-common/Makefile 2009-12-30 23:52:08.000000000 +0100 -@@ -21,7 +21,7 @@ - # - subdir := stdio-common - --headers := stdio_ext.h printf.h bits/printf-ldbl.h -+headers := stdio_ext.h printf.h bits/printf-ldbl.h bits/stdio_lim.h - - routines := \ - ctermid cuserid \ -@@ -40,8 +40,6 @@ - isoc99_vsscanf \ - psiginfo - --install-others = $(inst_includedir)/bits/stdio_lim.h -- - include ../Makeconfig - - aux := errlist siglist printf-parsemb printf-parsewc fxprintf -@@ -66,9 +64,6 @@ - - include ../Rules - --$(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h $(+force) -- $(do-install) -- - ifeq ($(cross-compiling),no) - .PHONY: do-tst-unbputc do-tst-printf - tests: do-tst-unbputc do-tst-printf |