arch/powerpc/functions
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jul 22 13:29:08 2008 +0000 (2008-07-22)
changeset 710 021546adce69
child 792 da7a34dfa178
permissions -rw-r--r--
Allow selecting 'latest' snapshot, as well as 'specific' date snapshot for glibc.
Update uClibc config to commonalise some help.

/trunk/scripts/build/libc_glibc.sh | 22 20 2 0 ++++++++++++++++++++--
/trunk/config/libc/glibc.in | 12 12 0 0 ++++++++++++
/trunk/config/libc/uClibc.in | 12 4 8 0 ++++--------
/trunk/config/libc.in | 13 13 0 0 +++++++++++++
4 files changed, 49 insertions(+), 10 deletions(-)
yann@520
     1
# Compute powerpc-specific values
yann@520
     2
yann@520
     3
CT_DoArchValues () {
yann@520
     4
    # The architecture part of the tuple:
yann@520
     5
    CT_TARGET_ARCH="${CT_ARCH}"
yann@520
     6
yann@520
     7
    # The kernel ARCH:
yann@520
     8
    CT_KERNEL_ARCH=powerpc
yann@520
     9
}