From: Erik M. <er...@us...> - 2001-12-17 00:06:54
|
Update of /cvsroot/blob/blob In directory usw-pr-cvs1:/tmp/cvs-serv18082 Modified Files: configure.in Log Message: Show the list of supported boards in the help output Index: configure.in =================================================================== RCS file: /cvsroot/blob/blob/configure.in,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- configure.in 2001/12/16 07:37:29 1.29 +++ configure.in 2001/12/17 00:06:50 1.30 @@ -72,7 +72,20 @@ dnl Check board we want to build for -AC_ARG_WITH(board, [ --with-board=NAME Name of the target board], +AC_ARG_WITH(board, [ --with-board=NAME Name of the target board + Valid names are: + assabet Intel Assabet + neponset Intel Assabet with Neponset board + brutus Intel Brutus + creditlart CreditLART + h3600 Compaq Ipaq H36x0 + idr Vercel UD-1 + lart LART + nesa NESA + pleb PLEB + shannon TuxScreen (Shannon) + system3 Prueftechnik Digital Board + Default board is lart], board_name="$withval", board_name="lart") |