]> git.ozlabs.org Git - petitboot/commit
configure: Add conditional platform builds
authorGeoff Levand <geoff@infradead.org>
Thu, 2 Aug 2018 17:29:40 +0000 (17:29 +0000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 7 Aug 2018 01:30:36 +0000 (11:30 +1000)
commit77f337931a96c33ff0ba66fb7f05891d520e8132
tree973491fc73d61e914e10fcfc3fdfa6a1abc9710f
parentfed2c4da36c2708f2a5a7a09eba61d014b9339d6
configure: Add conditional platform builds

Add configure --enable-platform-XXX options to allow specifying
which platform support to build.

--enable-platform-auto, the default, will use the host
triplet to guess which platforms to build.
--enable-platform-all will build all platforms.

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
configure.ac
discover/Makefile.am