OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [binutils/] [configure.tgt] - Diff between revs 816 and 818

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 818
# This is the binutils target specific file.  This is invoked by the
# This is the binutils target specific file.  This is invoked by the
# autoconf generated configure script.  Putting it in a separate shell
# autoconf generated configure script.  Putting it in a separate shell
# file lets us skip running autoconf when modifying target specific
# file lets us skip running autoconf when modifying target specific
# information.
# information.
# This file switches on the shell variable ${targ}, and sets the
# This file switches on the shell variable ${targ}, and sets the
# following shell variables:
# following shell variables:
# targ_emul             name of emulation to use
# targ_emul             name of emulation to use
# targ_emul_vector      name of vector to use
# targ_emul_vector      name of vector to use
case "${targ}" in
case "${targ}" in
    powerpc-*-aix[5-9]* | rs6000-*-aix[5-9]*)
    powerpc-*-aix[5-9]* | rs6000-*-aix[5-9]*)
        targ_emul=aix
        targ_emul=aix
        targ_emul_vector=bin_aix5_emulation
        targ_emul_vector=bin_aix5_emulation
        ;;
        ;;
    powerpc-*-aix4.3* | rs6000-*-aix4.3*)
    powerpc-*-aix4.3* | rs6000-*-aix4.3*)
        targ_emul=aix
        targ_emul=aix
        targ_emul_vector=bin_aix_emulation
        targ_emul_vector=bin_aix_emulation
        ;;
        ;;
    *)
    *)
        targ_emul=vanilla
        targ_emul=vanilla
        targ_emul_vector=bin_vanilla_emulation
        targ_emul_vector=bin_vanilla_emulation
        ;;
        ;;
esac
esac
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.