
bugzilla at apache
Apr 21, 2012, 11:23 AM
Views: 153
Permalink
|
|
[Bug 51257] Build failed when cross-compiling: ./gen_test_char: cannot execute binary file
[In reply to]
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=51257 --- Comment #6 from Guenter Knauf <eflash [at] gmx> 2012-04-21 18:23:14 UTC --- Here's the summarize of all patches: * 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. Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1327907 http://svn.apache.org/viewvc?view=revision&revision=1328390 http://svn.apache.org/viewvc?view=revision&revision=1328714 Backport proposal added for 2.4.x patch: http://people.apache.org/~fuankg/diffs/httpd-2.4.x-cross_compile.diff Backport proposal added for 2.2.x patch: http://people.apache.org/~fuankg/diffs/httpd-2.2.x-cross_compile.diff Since PCRE is included with 2.2.x this patch also takes care for dftables. please test both with and without providing CC_FOR_BUILD - if not set and cross-compilation is detected then CC_FOR_BUILD defaults to 'cc'. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|