diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-09 22:47:17 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-11 08:27:33 -0800 |
commit | 930fa77076874655179341433b4f8066deefb0b8 (patch) | |
tree | a4f0045b6706d203eb89ee22654b56d0f7448565 /patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch | |
parent | 83403825ee654bcf214a9329d429bcf9603acad5 (diff) | |
download | crosstool-ng-930fa77076874655179341433b4f8066deefb0b8.tar.gz crosstool-ng-930fa77076874655179341433b4f8066deefb0b8.tar.bz2 crosstool-ng-930fa77076874655179341433b4f8066deefb0b8.zip |
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.30.2/240-host-utils-depend-on-headers.patch')
-rw-r--r-- | patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch b/patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch deleted file mode 100644 index 39b96426..00000000 --- a/patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 47e88c04e01299f975ff23f33035d0f34a8f6787 Mon Sep 17 00:00:00 2001 -From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> -Date: Fri, 22 Jan 2010 13:32:44 +0100 -Subject: [PATCH 06/15] {,host}utils depend on headers - -Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> ---- - Makefile.in | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/Makefile.in b/Makefile.in -index 4c5aecb..ec4c28e 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -436,7 +436,7 @@ ifeq ($(HAVE_SHARED),y) - fi - endif - --utils: -+utils: headers - $(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils $@ - - # Installs helper applications, such as 'ldd' and 'ldconfig' -@@ -445,7 +445,7 @@ install_utils: utils - - endif # ifeq ($(HAVE_DOT_CONFIG),y) - --hostutils: -+hostutils: headers - $(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" HOSTCC="$(HOSTCC)" DOTHOST=.host -C utils $@ - - install_hostutils: hostutils --- -1.6.6.1 - |