Commit c49f1ce8 by Michael Meissner

Use SUBTARGET_OVERRIDE_OPTIONS instead of OVERRIDE_OPTIONS.

From-SVN: r5031
parent b6f01001
...@@ -234,7 +234,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -234,7 +234,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
defined, is executed once just after all the command options have defined, is executed once just after all the command options have
been parsed. */ been parsed. */
#define OVERRIDE_OPTIONS \ #undef SUBTARGET_OVERRIDE_OPTIONS
#define SUBTARGET_OVERRIDE_OPTIONS \
{ \ { \
/* \ /* \
if (TARGET_ELF && TARGET_HALF_PIC) \ if (TARGET_ELF && TARGET_HALF_PIC) \
......
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