forked from Imagelibrary/rtems
2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* multigen: Fix usage.
This commit is contained in:
@@ -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>
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* ChangeLog: New file.
|
* ChangeLog: New file.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
version=0.1
|
version=0.1
|
||||||
verbose=0
|
verbose=0
|
||||||
target=
|
target=
|
||||||
@@ -11,7 +13,7 @@ usage()
|
|||||||
program=`basename $0`
|
program=`basename $0`
|
||||||
cat << EOF
|
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
|
variants a target's gcc supports
|
||||||
|
|
||||||
Usage: $program [options]
|
Usage: $program [options]
|
||||||
@@ -20,7 +22,7 @@ Options:
|
|||||||
--target=STRING target
|
--target=STRING target
|
||||||
--custom generate make/custom/*.cfg files
|
--custom generate make/custom/*.cfg files
|
||||||
--config generate config scripts
|
--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
|
-v, --verbose verbose
|
||||||
-h, --help Print this usage
|
-h, --help Print this usage
|
||||||
--version Print version and exit
|
--version Print version and exit
|
||||||
|
|||||||
Reference in New Issue
Block a user