(WORD_SWITCH_TAKES_ARG): Add -Ttext and -Tbss.
From-SVN: r2533
This commit is contained in:
parent
b4b05f160a
commit
3030f79d9b
@ -48,7 +48,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
/* These compiler options take an argument. We ignore -target for now. */
|
/* These compiler options take an argument. We ignore -target for now. */
|
||||||
|
|
||||||
#define WORD_SWITCH_TAKES_ARG(STR) \
|
#define WORD_SWITCH_TAKES_ARG(STR) \
|
||||||
(!strcmp (STR, "Tdata") || !strcmp (STR, "include") \
|
(!strcmp (STR, "Tdata") || !strcmp (STR, "Ttext") \
|
||||||
|
|| !strcmp (STR, "Tbss") || !strcmp (STR, "include") \
|
||||||
|| !strcmp (STR, "imacros") || !strcmp (STR, "target") \
|
|| !strcmp (STR, "imacros") || !strcmp (STR, "target") \
|
||||||
|| !strcmp (STR, "assert") || !strcmp (STR, "aux-info"))
|
|| !strcmp (STR, "assert") || !strcmp (STR, "aux-info"))
|
||||||
|
|
||||||
|
@ -72,7 +72,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
/* These compiler options take an argument. We ignore -target for now. */
|
/* These compiler options take an argument. We ignore -target for now. */
|
||||||
|
|
||||||
#define WORD_SWITCH_TAKES_ARG(STR) \
|
#define WORD_SWITCH_TAKES_ARG(STR) \
|
||||||
(!strcmp (STR, "Tdata") || !strcmp (STR, "include") \
|
(!strcmp (STR, "Tdata") || !strcmp (STR, "Ttext") \
|
||||||
|
|| !strcmp (STR, "Tbss") || !strcmp (STR, "include") \
|
||||||
|| !strcmp (STR, "imacros") || !strcmp (STR, "target") \
|
|| !strcmp (STR, "imacros") || !strcmp (STR, "target") \
|
||||||
|| !strcmp (STR, "assert") || !strcmp (STR, "aux-info"))
|
|| !strcmp (STR, "assert") || !strcmp (STR, "aux-info"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user