From: Erik M. <er...@us...> - 2002-02-17 20:03:45
|
Update of /cvsroot/blob/blob/utils/build In directory usw-pr-cvs1:/tmp/cvs-serv28493/utils/build Modified Files: build_all Log Message: Add infrastructure to select at compile-time which commands should be linked with blob. Index: build_all =================================================================== RCS file: /cvsroot/blob/blob/utils/build/build_all,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- build_all 4 Feb 2002 18:11:22 -0000 1.10 +++ build_all 17 Feb 2002 20:03:41 -0000 1.11 @@ -15,7 +15,7 @@ archs="accelent_sa assabet badge4 brutus creditlart h3600 idr jornada720 lart neponset nesa pleb shannon system3 frodo" linux_prefix=~/LART/build/linux/elinux blob_src=~/src/sourceforge/blob -extra_flags="--enable-all-features" +extra_flags="--enable-all-features --with-commands=all" export CC=arm-linux-gcc |