diff options
| author | Gerd Moellmann <gerd@gnu.org> | 2001-09-28 08:03:51 +0000 |
|---|---|---|
| committer | Gerd Moellmann <gerd@gnu.org> | 2001-09-28 08:03:51 +0000 |
| commit | a74b48cfd30c1b783c7cad24b639ee89697faff7 (patch) | |
| tree | 979b179658e12732222feb7dc2f5a8a4a532a1d9 /src/m/macppc.h | |
| parent | 53a7d078a15c8246f1978af147cc7446c01dfdf2 (diff) | |
| download | emacs-a74b48cfd30c1b783c7cad24b639ee89697faff7.tar.gz | |
Put in #if 0 until we know what's
really going on here.
Diffstat (limited to 'src/m/macppc.h')
| -rw-r--r-- | src/m/macppc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/macppc.h b/src/m/macppc.h index 595ff8a1881..3e5dffec26d 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h @@ -98,6 +98,9 @@ Boston, MA 02111-1307, USA. */ #define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc #endif +#if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog, + even with identical GCC, as, ld. Let's take it out until we + know what's really going on here. */ /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to 0x10000000. */ #if defined __linux__ @@ -105,3 +108,4 @@ Boston, MA 02111-1307, USA. */ #define DATA_SEG_BITS 0x10000000 #endif #endif +#endif /* 0 */ |
