diff options
Diffstat (limited to 'src/m/macppc.h')
| -rw-r--r-- | src/m/macppc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/macppc.h b/src/m/macppc.h index c0e53c2e063..eeb9990562e 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h | |||
| @@ -54,7 +54,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 54 | 54 | ||
| 55 | /* #define NO_SOCK_SIGIO */ | 55 | /* #define NO_SOCK_SIGIO */ |
| 56 | 56 | ||
| 57 | #if defined (LINUX) || defined (__NetBSD__) || defined (__OpenBSD__) | 57 | #if defined (GNU_LINUX) || defined (__NetBSD__) || defined (__OpenBSD__) |
| 58 | # define TEXT_END ({ extern int _etext; &_etext; }) | 58 | # define TEXT_END ({ extern int _etext; &_etext; }) |
| 59 | #endif | 59 | #endif |
| 60 | 60 | ||
| @@ -65,7 +65,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 65 | /* NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> says this is needed | 65 | /* NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> says this is needed |
| 66 | For MkLinux/LinuxPPC. */ | 66 | For MkLinux/LinuxPPC. */ |
| 67 | 67 | ||
| 68 | #ifdef LINUX | 68 | #ifdef GNU_LINUX |
| 69 | #define LINKER $(CC) -nostdlib | 69 | #define LINKER $(CC) -nostdlib |
| 70 | /* s/gnu-linux.h defines this to `-z nocombreloc' which does not work here | 70 | /* s/gnu-linux.h defines this to `-z nocombreloc' which does not work here |
| 71 | because prefix-args is not used. */ | 71 | because prefix-args is not used. */ |