mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
(__ELF__): Consolidate conditions.
This commit is contained in:
parent
7ab56cc46d
commit
d4d080b6da
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* m/alpha.h (__ELF__): Consolidate conditions.
|
||||
|
||||
* m/m68k.h (linux): Use GNU_LINUX instead.
|
||||
Remove boilerplate comments.
|
||||
|
||||
|
|
|
|||
|
|
@ -89,9 +89,7 @@ NOTE-END
|
|||
# else
|
||||
# error What gives? Fix me if DEC Unix supports ELF now.
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef __ELF__
|
||||
#undef UNEXEC
|
||||
#define UNEXEC unexelf.o
|
||||
#ifndef GNU_LINUX
|
||||
|
|
|
|||
Loading…
Reference in a new issue