Commit 7e8f4a49 by Jim Wilson

(WORD_SWITCH_TAKES_ARG): Delete, now unnecessary.

From-SVN: r2530
parent ebb8e0c6
......@@ -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) \
{ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment