Mike suggested to set the default value of --with-platform to the current platform, might be a good idea to do the same for the other repos.
On Fri, Oct 17, 2014 at 4:21 PM, Ciprian Barbu <[email protected]> wrote: > Signed-off-by: Ciprian Barbu <[email protected]> > --- > configure.ac | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index bba280f..a1c68ba 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -45,9 +45,9 @@ AC_TYPE_UINT64_T > ########################################################################## > AC_ARG_WITH([platform], > [AS_HELP_STRING([--with-platform=prefix], > - [Select platform to be used, default linux-generic])], > + [Select platform to be used, default linux-netmap])], > [], > - [with_platform=linux-generic]) > + [with_platform=linux-netmap]) > > AC_SUBST([with_platform]) > > -- > 1.8.3.2 > _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
