bef98b7c10
Move crosstool-NG to package/ and make it an autotarget package. This requires a new patch (now upstream). Now, the crosstool-NG toolchain backend only contains enough to build the toolchain, there's no more reference to building crosstool-NG as a package. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
586 B
Diff
11 lines
586 B
Diff
--- 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
|