summaryrefslogtreecommitdiff
path: root/patches/uClibc/0.9.29/150-bits_sysnum_h2.patch
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-10 06:47:17 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-11 16:27:33 (GMT)
commit930fa77076874655179341433b4f8066deefb0b8 (patch)
treea4f0045b6706d203eb89ee22654b56d0f7448565 /patches/uClibc/0.9.29/150-bits_sysnum_h2.patch
parent83403825ee654bcf214a9329d429bcf9603acad5 (diff)
uClibc: Reduce supported versions
This commit reduces the number of supported versions to: * 0.9.33.2 * custom location Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'patches/uClibc/0.9.29/150-bits_sysnum_h2.patch')
-rw-r--r--patches/uClibc/0.9.29/150-bits_sysnum_h2.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/patches/uClibc/0.9.29/150-bits_sysnum_h2.patch b/patches/uClibc/0.9.29/150-bits_sysnum_h2.patch
deleted file mode 100644
index d650d8d..0000000
--- a/patches/uClibc/0.9.29/150-bits_sysnum_h2.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-YEM-20070519:
-Patch from Bernhard Fischer <rep.dot.nop@gmail.com> on the uClibc mailing
-list ( http://www.uclibc.org/lists/uclibc/2008-January/018940.html ) above
-the 400-bits_sysnum_h.patch.
-
-Index: uClibc/Makefile.in
-===================================================================
---- uClibc/Makefile.in (revision 18651)
-+++ uClibc/Makefile.in (working copy)
-@@ -114,7 +116,7 @@ install: install_runtime install_dev
- RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/relative_path.sh $(DEVEL_PREFIX)lib $(RUNTIME_PREFIX)lib)
-
- # Installs header files.
--install_headers:
-+install_headers: headers
- $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
- printf ".svn\n.cvsignore\nCVS\n" > tar_exclude ; \
- $(TAR) -chf - -X tar_exclude include \