Commit a01408ab by Torbjorn Granlund

(TARGET_SWITCHES): Fix typo.

From-SVN: r9419
parent 43f2999d
...@@ -123,7 +123,7 @@ extern int target_flags; ...@@ -123,7 +123,7 @@ extern int target_flags;
{"pa-risc-1-0", -1}, \ {"pa-risc-1-0", -1}, \
{"pa-risc-1-1", 1}, \ {"pa-risc-1-1", 1}, \
{"disable-fpregs", 2}, \ {"disable-fpregs", 2}, \
{"no-disable-fpregs", 2}, \ {"no-disable-fpregs", -2}, \
{"fast-indirect-calls", 4}, \ {"fast-indirect-calls", 4}, \
{"no-fast-indirect-calls", -4},\ {"no-fast-indirect-calls", -4},\
{"jump-in-delay", 8}, \ {"jump-in-delay", 8}, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment