scripts/build/arch/m68k.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Nov 22 00:11:51 2011 +0100 (2011-11-22)
changeset 2822 09abd5f4295b
permissions -rw-r--r--
libc/glibc: set the endian option according to extra CFLAGS

When building a multilib, some extra CFLAGS can override the
default config option. This is the case for the endianness
selection.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
linux@1754
     1
# Compute M68k-specific values
linux@1754
     2
linux@1754
     3
CT_DoArchTupleValues() {
linux@1754
     4
    :
linux@1754
     5
}