diff options
| author | Dan Nicolaescu | 2010-03-19 22:52:55 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-19 22:52:55 -0700 |
| commit | 07e339e488589f3f5e5e0623925cd980b3d75232 (patch) | |
| tree | 73fb3d18740a8450c1c652268c7b8dfa5d8a901e /ChangeLog | |
| parent | 7f110ddcb0e4665ac828be714c1bf9d81991dc9c (diff) | |
| download | emacs-07e339e488589f3f5e5e0623925cd980b3d75232.tar.gz emacs-07e339e488589f3f5e5e0623925cd980b3d75232.zip | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1,5 +1,6 @@ | |||
| 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * configure.in: Remove support for Solaris on PPC and for old versions. | ||
| 3 | * configure.in: Remove non-working lynxos port. | 4 | * configure.in: Remove non-working lynxos port. |
| 4 | 5 | ||
| 5 | 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu> |