(WORD_SWITCH_TAKES_ARG): Delete, now unnecessary.

From-SVN: r2530
This commit is contained in:
Jim Wilson 1992-10-20 13:55:29 -07:00
parent ebb8e0c6c6
commit 7e8f4a4958
1 changed files with 0 additions and 6 deletions

View File

@ -84,12 +84,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LIB_SPEC "%{!nostdlib:-lcg %{p:-lprof}%{pg:-lgprof}\
%{mka:-lfpg}%{msa:-lfpg}%{mca:-lfpg}%{mcf:-lfpg} -lgnu}"
/* 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, "aux-info"))
/* Omit frame pointer at -O2. Inline functions at -O3. */
#define OPTIMIZATION_OPTIONS(LEVEL) \
{ \