comparison src/m/macppc.h @ 39492:11c635084cb7

Put in #if 0 until we know what's really going on here.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 28 Sep 2001 08:03:25 +0000
parents 3c7fb43900bd
children 0bd966523c89
comparison
equal deleted inserted replaced
39491:1f81f55f4241 39492:11c635084cb7
96 #ifdef LINUX 96 #ifdef LINUX
97 #define LINKER $(CC) -nostdlib 97 #define LINKER $(CC) -nostdlib
98 #define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc 98 #define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc
99 #endif 99 #endif
100 100
101 #if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog,
102 even with identical GCC, as, ld. Let's take it out until we
103 know what's really going on here. */
101 /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to 104 /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to
102 0x10000000. */ 105 0x10000000. */
103 #if defined __linux__ 106 #if defined __linux__
104 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) 107 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
105 #define DATA_SEG_BITS 0x10000000 108 #define DATA_SEG_BITS 0x10000000
106 #endif 109 #endif
107 #endif 110 #endif
111 #endif /* 0 */