aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2010-11-03 14:55:19 -0400
committerChong Yidong2010-11-03 14:55:19 -0400
commit754996bcf8e980648b63afa3e8bbaedcefdc22bc (patch)
tree94572715a2386cbf205f387b4792f4270db9bf7f /etc
parent3649d303b0e78aaeb4894389f5be6375837f88b8 (diff)
downloademacs-754996bcf8e980648b63afa3e8bbaedcefdc22bc.tar.gz
emacs-754996bcf8e980648b63afa3e8bbaedcefdc22bc.zip
Fix for Bug#5655, backported from trunk.
* configure.in (CRT_DIR): New output variable. (--with-crt-dir): New option. (Bug#5655) (HAVE_LIB64_DIR): Remove. * src/Makefile.in (CRT_DIR): New variable, set by configure. * src/m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD): Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fd6d1b5a954..bde5219cb15 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -17,6 +17,11 @@ with a prefix argument or by typing C-u C-h C-n.
17 17
18* Installation Changes in Emacs 23.3 18* Installation Changes in Emacs 23.3
19 19
20---
21** New configure option --with-crt-dir specifies the location of your
22crt*.o files, if they are in a non-standard location. This is only
23used on x86-64 and s390x GNU/Linux architectures.
24
20* Startup Changes in Emacs 23.3 25* Startup Changes in Emacs 23.3
21 26
22* Changes in Emacs 23.3 27* Changes in Emacs 23.3