Mercurial > emacs
diff ChangeLog @ 107439:ed20cbe62401
Remove support for Solaris on PPC and for old versions.
* s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
(LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
that cancel each other.
* s/sol2-3.h:
* s/sol2-4.h:
* s/sol2-5.h: Remove.
* m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
(NO_REMAP): Remove, unused.
(UNEXEC): Move definition ...
* s/aix4-2.h (UNEXEC): ... here.
* configure.in: Remove support for Solaris on PPC and for old versions.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 19 Mar 2010 22:52:55 -0700 |
parents | ba737243d8d2 |
children | a83a89ef11ef |
line wrap: on
line diff
--- a/ChangeLog Fri Mar 19 22:18:05 2010 -0700 +++ b/ChangeLog Fri Mar 19 22:52:55 2010 -0700 @@ -1,5 +1,6 @@ 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> + * configure.in: Remove support for Solaris on PPC and for old versions. * configure.in: Remove non-working lynxos port. 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>