Commit cf9be6f0 by Doug Evans

(OVERRIDE_OPTIONS): Add missing ';' to SUBTARGET_OVERRIDE_OPTIONS.

From-SVN: r8988
parent a07190d4
......@@ -142,14 +142,14 @@ extern int target_flags;
if (TARGET_FPA) target_flags &= ~2; \
if (! TARGET_68020 && flag_pic == 2) \
error("-fPIC is not currently supported on the 68000 or 68010\n"); \
SUBTARGET_OVERRIDE_OPTIONS \
SUBTARGET_OVERRIDE_OPTIONS; \
}
#else
#define OVERRIDE_OPTIONS \
{ \
if (! TARGET_68020 && flag_pic == 2) \
error("-fPIC is not currently supported on the 68000 or 68010\n"); \
SUBTARGET_OVERRIDE_OPTIONS \
SUBTARGET_OVERRIDE_OPTIONS; \
}
#endif /* defined SUPPORT_SUN_FPA */
......
......@@ -130,11 +130,11 @@ void sparc_override_options ();
} \
flag_omit_frame_pointer = 0; \
} \
SUBTARGET_OVERRIDE_OPTIONS \
SUBTARGET_OVERRIDE_OPTIONS; \
sparc_override_options (); \
} while (0)
/* This is meant to be redefined in the host dependent files */
/* This is meant to be redefined in the host dependent files. */
#define SUBTARGET_OVERRIDE_OPTIONS
/* These compiler options take an argument. We ignore -target for now. */
......
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