[gnu.emacs.bug] using gcc for emacs on sparc

bob@MorningStar.Com (Bob Sutterfield) (11/09/89)

*** m-sparc.h~  Tue Oct  3 16:50:12 1989
--- m-sparc.h   Thu Nov  9 09:40:49 1989
***************
*** 49,55 ****
  #endif

- /* This level of optimization is reported to work.  */

  #define C_OPTIMIZE_SWITCH -O2

  /* Use type int rather than a union, to represent Lisp_Object */
--- 49,59 ----
  #endif


+ #ifdef __GNUC__
+ #define C_OPTIMIZE_SWITCH -O
+ #else
+ /* This level of optimization is reported to work.  */
  #define C_OPTIMIZE_SWITCH -O2
+ #endif

  /* Use type int rather than a union, to represent Lisp_Object */