--- gcc/config/sun2.h 2018/04/24 17:55:17 1.1.1.2 +++ gcc/config/sun2.h 2018/04/24 18:06:13 1.1.1.3 @@ -48,7 +48,8 @@ the Free Software Foundation, 675 Mass A /* These compiler options take an argument. We ignore -target for now. */ #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, "assert") || !strcmp (STR, "aux-info"))