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 | 8be2754464ae9f3260f21f6c24dfdf9d67b485cf (patch) | |
tree | d6f8a104cc529a419b4a0793783021970c2a9fcb | |
parent | e6c749113f5a109e71bc14f647e6d870ce4a755d (diff) | |
download | crosstool-ng-8be2754464ae9f3260f21f6c24dfdf9d67b485cf.tar.gz crosstool-ng-8be2754464ae9f3260f21f6c24dfdf9d67b485cf.tar.bz2 crosstool-ng-8be2754464ae9f3260f21f6c24dfdf9d67b485cf.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>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -347,6 +347,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 |