summaryrefslogtreecommitdiff
path: root/gcc/config/mn10300
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-07 11:35:06 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-07 11:35:06 +0000
commitea9d306bb3c9e6c1778d1a6e9628e8189e925552 (patch)
tree01a22f5e1c40ea73bb4001eecf0a2548cd2be3ad /gcc/config/mn10300
parent5ae71002228ca636c1478d912320621babac5f13 (diff)
downloadgcc-ea9d306bb3c9e6c1778d1a6e9628e8189e925552.tar.gz
* mn10300.h (TARGET_SWITCHES): Document `-mam33'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35552 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mn10300')
-rw-r--r--gcc/config/mn10300/mn10300.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h
index 78c59028bdd..c3912af9ab5 100644
--- a/gcc/config/mn10300/mn10300.h
+++ b/gcc/config/mn10300/mn10300.h
@@ -55,9 +55,9 @@ extern int target_flags;
#define TARGET_SWITCHES \
{{ "mult-bug", 0x1, N_("Work around hardware multiply bug")}, \
{ "no-mult-bug", -0x1, N_("Do not work around hardware multiply bug")},\
- { "am33", 0x2, 0}, \
- { "am33", -(0x1), 0},\
- { "no-am33", -0x2, 0}, \
+ { "am33", 0x2, N_("Target the AM33 processor")}, \
+ { "am33", -(0x1), ""},\
+ { "no-am33", -0x2, ""}, \
{ "", TARGET_DEFAULT, NULL}}
#ifndef TARGET_DEFAULT