diff options
author | Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | 2011-08-07 22:57:41 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-08-07 23:17:03 +0200 |
commit | c77f8f173caee4cbfeeeaa9e7311763931c40075 (patch) | |
tree | 2148f778fdde5edd29e5c2dd850e49b5ef084804 /package/crosstool-ng/crosstool-ng-003-autostuf-compat.patch | |
parent | 2c85cb9308ed907a8a8e487be8c7ab971a1fb126 (diff) |
toochain/crosstool-NG: bump version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/crosstool-ng/crosstool-ng-003-autostuf-compat.patch')
-rw-r--r-- | package/crosstool-ng/crosstool-ng-003-autostuf-compat.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/crosstool-ng/crosstool-ng-003-autostuf-compat.patch b/package/crosstool-ng/crosstool-ng-003-autostuf-compat.patch deleted file mode 100644 index d79e62bac..000000000 --- a/package/crosstool-ng/crosstool-ng-003-autostuf-compat.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- crosstool-ng-1.11.3/configure 2011-05-21 01:10:10.000000000 +0200 -+++ host-crosstool-ng-1.11.3/configure 2011-07-14 17:35:25.830403914 +0200 -@@ -260,6 +260,7 @@ - # Skip, auto-stuff compatibility - --build=*|--host=*|--infodir=*|--datadir=*|--sysconfdir=*|--localstatedir=*) shift;; - --build|--host|--infodir|--datadir|--sysconfdir|--localstatedir) shift 2;; -+ --enable-shared|--disable-shared|--enable-static|--disable-static) shift;; - *) printf "Unrecognised option: '${1}'\n"; do_help; exit 1;; - esac - done |