diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-22 16:32:24 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-22 16:32:24 +0000 |
commit | b984db5ffc6def5ea9ed7fd41547b1725d6ce721 (patch) | |
tree | 3e1a080a5a784b512e1eecc5c90e1da8dd21a928 /config/target.in | |
parent | 752c190425d360b4a98c611d89875a922fc454f5 (diff) | |
download | crosstool-ng-b984db5ffc6def5ea9ed7fd41547b1725d6ce721.tar.gz crosstool-ng-b984db5ffc6def5ea9ed7fd41547b1725d6ce721.tar.bz2 crosstool-ng-b984db5ffc6def5ea9ed7fd41547b1725d6ce721.zip |
Clean the help entry for CT_ARCH_CPU.
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/target.in b/config/target.in index 2f1b9c61..9c72e4b1 100644 --- a/config/target.in +++ b/config/target.in @@ -99,7 +99,7 @@ config ARCH_CPU prompt "Emit assembly for CPU" default "" help - This specifies the name of the target ARM processor. GCC uses this name + This specifies the name of the target processor. GCC uses this name to determine what kind of instructions it can emit when generating assembly code. |