2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* multigen: Fix usage.
This commit is contained in:
Joel Sherrill
2000-09-06 15:29:27 +00:00
parent 6e3f4b2ed1
commit e6c3378eb6
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2000-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* multigen: Fix usage.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -1,5 +1,7 @@
#!/bin/sh
# $Id$
version=0.1
verbose=0
target=
@@ -11,7 +13,7 @@ usage()
program=`basename $0`
cat << EOF
\`$program' generates RTEMS custom/\*.cfgs and config-files for gcc multilib
$program generates RTEMS custom/*.cfgs and config-files for gcc multilib
variants a target's gcc supports
Usage: $program [options]
@@ -20,7 +22,7 @@ Options:
--target=STRING target
--custom generate make/custom/*.cfg files
--config generate config scripts
--rtems=DIR use \`DIR\' as location of RTEMS source tree
--rtems=DIR use DIR as location of RTEMS source tree
-v, --verbose verbose
-h, --help Print this usage
--version Print version and exit