--- gcc/config/sun2.h 2018/04/24 17:51:38 1.1 +++ gcc/config/sun2.h 2018/04/24 18:06:13 1.1.1.3 @@ -48,9 +48,10 @@ 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, "assert") || !strcmp (STR, "aux-info")) /* Specify what to link with. */