Commit 43074b10 by Doug Evans

(OVERRIDE_OPTIONS): Clean up comment.

From-SVN: r10964
parent 2e2b138b
......@@ -99,17 +99,12 @@ extern int target_flags;
{"exp",8192}, \
{ "", TARGET_DEFAULT}}
/* Merge the meaning of -mdouble64 and -fshort-double.
??? 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. */
/* Do things that must be done once at start up. */
#define OVERRIDE_OPTIONS \
{ \
/*extern int flag_short_double; \
flag_short_double = TARGET_DOUBLE32;*/ \
do { \
h8300_init_once (); \
}
} while (0)
/* 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