arch/ia64/functions
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 30 19:15:45 2007 +0000 (2007-10-30)
changeset 406 c33f2e996017
parent 383 f00eb97ff649
permissions -rw-r--r--
New patch to binutils 2.18, from "Matvejchikov Ilya" <matvejchikov@gmail.com> (coming from buildroot).
Fixes building with /old/ version of texinfo. Thanks!
yann@383
     1
# Compute IA-64-specific values
yann@383
     2
yann@383
     3
CT_DoArchValues() {
yann@383
     4
    # The architecture part of the tuple:
yann@383
     5
    CT_TARGET_ARCH="${CT_ARCH}"
yann@383
     6
}