From: rms Date: Wed, 24 Jun 1992 02:51:08 +0000 (+0000) Subject: (WORD_SWITCH_TAKES_ARG): Add -aux-info. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=734ebdb1f928f33838385171e3509df87700f48a;p=pf3gnuchains%2Fgcc-fork.git (WORD_SWITCH_TAKES_ARG): Add -aux-info. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1254 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index 4384a095ecb..9b8b496f1dd 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -87,7 +87,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* These compiler options take an argument. */ #define WORD_SWITCH_TAKES_ARG(STR) \ (!strcmp (STR, "Tdata") || !strcmp (STR, "include") \ - || !strcmp (STR, "imacros") || !strcmp (STR, "Ttext")) + || !strcmp (STR, "imacros") || !strcmp (STR, "Ttext") + || !strcmp (STR, "aux-info")) /* Omit frame pointer at -O2. Inline functions at -O3. */ #define OPTIMIZATION_OPTIONS(LEVEL) \