diff options
author | Glenn Morris <rgm@gnu.org> | 2010-04-27 23:43:38 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-04-27 23:43:38 -0700 |
commit | 44e3d510df92cc32bc682a874b978608075ffad2 (patch) | |
tree | ceaed40c2bab4527d78dcd1554fe0bdd2865bca0 /ChangeLog | |
parent | 17818d715235dafd82625fb6d739dddaf60c2701 (diff) | |
download | emacs-44e3d510df92cc32bc682a874b978608075ffad2.tar.gz |
Move test for 64-bit kernel with 32-bit userland to configure.
See discussion in bug#5655.
* configure.in (machine, canonical): On amdx86-64, check for a 32-bit
userland and maybe change values to i386 (move test from s/amdx86-64.h).
* src/m/amdx86-64.h [i386]: Move this test to configure.in.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 11a934e529b..ddd52e9724d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-28 Glenn Morris <rgm@gnu.org> + + * configure.in (machine, canonical): On amdx86-64, check for a 32-bit + userland and maybe change values to i386 (move test from s/amdx86-64.h). + 2010-04-27 Glenn Morris <rgm@gnu.org> * configure.in (LIBXTR6): New output variable. Move unixware special |