Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!mstar!mstar.morningstar.com!bob From: bob@MorningStar.Com (Bob Sutterfield) Newsgroups: gnu.emacs.bug Subject: using gcc for emacs on sparc Message-ID: Date: 9 Nov 89 14:43:03 GMT Sender: news@MorningStar.COM (USENET Administrator) Reply-To: bob@MorningStar.Com (Bob Sutterfield) Distribution: gnu Organization: Morning Star Technologies Lines: 23 *** 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 */