Backport 1315 from .trunk: 1.3
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 27 23:28:08 2009 +0000 (2009-01-27)
branch1.3
changeset 11690256ef6f37bd
parent 1168 f3f5428bf16a
child 1170 78e3bf9373e2
Backport 1315 from .trunk:
- Fix building ltrace on PowerPC

/branches/1.3/scripts/build/debug/400-ltrace.sh | 5 5 0 0 +++++
1 file changed, 5 insertions(+)
scripts/build/debug/400-ltrace.sh
     1.1 --- a/scripts/build/debug/400-ltrace.sh	Tue Jan 27 23:26:01 2009 +0000
     1.2 +++ b/scripts/build/debug/400-ltrace.sh	Tue Jan 27 23:28:08 2009 +0000
     1.3 @@ -14,6 +14,11 @@
     1.4  
     1.5  do_debug_ltrace_extract() {
     1.6      CT_ExtractAndPatch "ltrace-${CT_LTRACE_VERSION}"
     1.7 +    # ltrace uses ppc instead of powerpc for the arch name
     1.8 +    # create a symlink to get it to build for powerpc
     1.9 +    CT_Pushd "${CT_SRC_DIR}/ltrace-${CT_LTRACE_VERSION}/sysdeps/linux-gnu"
    1.10 +    CT_DoExecLog ALL ln -sf ppc powerpc
    1.11 +    CT_Popd
    1.12  }
    1.13  
    1.14  do_debug_ltrace_build() {