diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-14 17:59:33 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-14 17:59:33 +0200 |
commit | c90eb9eb9a17c685bb11636ece8d0e75847956a2 (patch) | |
tree | b478e04d623885f25e1f109035509c6d0e4348ab | |
parent | 151ec4a0df72afaa5502a6ef32844e8dcc85c561 (diff) | |
download | crosstool-ng-c90eb9eb9a17c685bb11636ece8d0e75847956a2.tar.gz crosstool-ng-c90eb9eb9a17c685bb11636ece8d0e75847956a2.tar.bz2 crosstool-ng-c90eb9eb9a17c685bb11636ece8d0e75847956a2.zip |
configure: add yet a bit more of autostuff compatibility
Well, at least it helps buildroot! :-)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 9409fe04bb7ced9b228d6cce40d64ffbc41a964c)
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -260,6 +260,7 @@ while [ $# -ne 0 ]; do # 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 |