diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-03 21:43:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-03 21:43:00 +0000 |
commit | 55311d1cf119bab3bf5d9c7c38fa7278776e82c9 (patch) | |
tree | fe800ad7568e18e74888fd224c515e0c0ccb826a /binutils/binutils.texi | |
parent | dee9979493130df7a1cc1cf7b53d5ca2229f6105 (diff) | |
download | gdb-55311d1cf119bab3bf5d9c7c38fa7278776e82c9.zip gdb-55311d1cf119bab3bf5d9c7c38fa7278776e82c9.tar.gz gdb-55311d1cf119bab3bf5d9c7c38fa7278776e82c9.tar.bz2 |
* binutils.texi (Target Selection): Document that you can now
specify targets using configuration triplets.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index ff072af..a1b6335 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -1766,6 +1766,16 @@ The command to list valid target values is @samp{objdump -i} Some sample values are: @samp{a.out-hp300bsd}, @samp{ecoff-littlemips}, @samp{a.out-sunos-big}. +You can also specify a target using a configuration triplet. This is +the same sort of name that is passed to configure to specify a target. +When you use a configuration triplet as an argument, it must be fully +canonicalized. You can see the canonical version of a triplet by +running the shell script @file{config.sub} which is included with the +sources. + +Some sample configuration triplets are: @samp{m68k-hp-bsd}, +@samp{mips-dec-ultrix}, @samp{sparc-sun-sunos}. + @subheading @code{objdump} Target Ways to specify: |