scripts/build/arch/m68k.sh
author Remy Bohmer <linux@bohmer.net>
Mon Apr 19 23:42:31 2010 +0200 (2010-04-19)
changeset 1927 aede9b9a2ffa
permissions -rw-r--r--
scripts: check g++ only for host

g++ is only needed when building additonal libs on the HOST,
so check wheter g++ is available for the HOST compiler only

Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com>
[Yann E. MORIN: fix space damage]
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
}