]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added entry for cross-compile fix.
authorGuenter Knauf <fuankg@apache.org>
Sat, 21 Apr 2012 18:14:57 +0000 (18:14 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sat, 21 Apr 2012 18:14:57 +0000 (18:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328720 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 50904a5805fb04500edad6750d7d02746a73ec63..d5d70a947d833f05ca37d8893803e88334271296 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
+     be compiled by the build compiler instead of the host compiler.
+     Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
+     PR 51257. [Guenter Knauf]
+
   *) mod_ssl: Send the error message for speaking http to an https port using
      HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when
      using SNI. PR 50823. [Stefan Fritsch]