Mercurial > hg > xemacs-beta
diff src/m/powerpc.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 966663fcf606 |
children | ca9a9ec9c1c1 |
line wrap: on
line diff
--- a/src/m/powerpc.h Mon Aug 13 10:27:41 2007 +0200 +++ b/src/m/powerpc.h Mon Aug 13 10:28:48 2007 +0200 @@ -56,42 +56,12 @@ #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) #else /* mklinux */ -#if 0 -/* The following line tells the configuration script what sort of - operating system this machine is likely to run. - USUAL-OPSYS="linux" */ - -/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word - is the most significant byte. */ - -#define WORDS_BIG_ENDIAN -#endif /* Define NO_ARG_ARRAY if you cannot take the address of the first of a * group of arguments and treat it as an array of the arguments. */ #define NO_ARG_ARRAY -#if 0 -/* Now define a symbol for the cpu type, if your compiler - does not define it automatically. */ - -/* #define IBMR2AIX */ - -/* Use type int rather than a union, to represent Lisp_Object */ -/* This is desirable for most machines. */ - -/* #define NO_UNION_TYPE */ - -/* Define CANNOT_DUMP on machines where unexec does not work. - Then the function dump-emacs will not be defined - and temacs will do (load "loadup") automatically unless told otherwise. */ - -/* #define CANNOT_DUMP */ - -#define UNEXEC unexelf.o -#endif - /* Define addresses, macros, change some setup for dump */ #define NO_REMAP @@ -160,5 +130,5 @@ #undef NEED_PTEM_H #define ORDINARY_LINK -#define LD_SWITCH_MACHINE -T ${srcdir}/src/ppc.ldscript +/*#define LD_SWITCH_MACHINE -T ${srcdir}/src/ppc.ldscript*/ #endif