Mercurial > hg > xemacs-beta
diff src/m/sparc.h @ 151:59463afc5666 r20-3b2
Import from CVS: tag r20-3b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:37:19 +0200 |
parents | 538048ae2ab8 |
children | 3bb7ccffb0c0 |
line wrap: on
line diff
--- a/src/m/sparc.h Mon Aug 13 09:36:20 2007 +0200 +++ b/src/m/sparc.h Mon Aug 13 09:37:19 2007 +0200 @@ -42,18 +42,6 @@ # endif #endif -#ifdef __GNUC__ -# define C_OPTIMIZE_SWITCH -O -#else -/* XEmacs change */ -# ifdef USE_LCC -# define C_OPTIMIZE_SWITCH -O4 -Oi -# else - /* This level of optimization is reported to work. */ -# define C_OPTIMIZE_SWITCH -O2 -# endif -#endif - /* XINT must explicitly sign-extend */ #define EXPLICIT_SIGN_EXTEND @@ -66,31 +54,10 @@ #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) -/* Must use the system's termcap, if we use any termcap. - It does special things. */ - -#ifndef LIBS_TERMCAP -#ifndef TERMINFO -#define LIBS_TERMCAP -ltermcap -#endif -#endif - /* Mask for address bits within a memory segment */ #define SEGMENT_MASK (SEGSIZ - 1) -/* Arrange to link with sun windows, if requested. */ -/* For details on emacstool and sunfns, see etc/SUN-SUPPORT */ -/* These programs require Sun UNIX 4.2 Release 3.2 or greater */ - -#ifdef HAVE_SUN_WINDOWS -#define OTHER_FILES ${etcdir}emacstool -#define LIBS_MACHINE -lsuntool -lsunwindow -lpixrect -#define OBJECTS_MACHINE sunfns.o -#define SYMS_MACHINE syms_of_sunfns () -#define SYSTEM_PURESIZE_EXTRA 10000 -#endif - #ifndef __NetBSD__ #ifndef __linux__ /* This really belongs in s/sun.h. */