Commit 43074b10 by Doug Evans

(OVERRIDE_OPTIONS): Clean up comment.

From-SVN: r10964
parent 2e2b138b
...@@ -99,17 +99,12 @@ extern int target_flags; ...@@ -99,17 +99,12 @@ extern int target_flags;
{"exp",8192}, \ {"exp",8192}, \
{ "", TARGET_DEFAULT}} { "", TARGET_DEFAULT}}
/* Merge the meaning of -mdouble64 and -fshort-double. /* Do things that must be done once at start up. */
??? Unfortunately, there's no way to detect -fno-short-double
(our default is the opposite of theirs).
Also do other things that must be done once at start up. */
#define OVERRIDE_OPTIONS \ #define OVERRIDE_OPTIONS \
{ \ do { \
/*extern int flag_short_double; \
flag_short_double = TARGET_DOUBLE32;*/ \
h8300_init_once (); \ h8300_init_once (); \
} } while (0)
/* Default target_flags if no switches specified. */ /* Default target_flags if no switches specified. */
......
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