scripts/build/arch/sparc.sh
author David Holsgrove <david.holsgrove@xilinx.com>
Thu Sep 20 14:01:38 2012 +1000 (2012-09-20)
changeset 3053 7e41a188bd7c
child 3169 9d0b37f08a10
permissions -rw-r--r--
arch/microblaze: add new architecture

Add Microblaze architecture support.

This depends on EXPERIMENTAL, as upstream projects do not yet
include full support to build a modern microblaze compiler.
This is in the process of being updated, but is not currently
publicly accessible.

Signed-off-by: "David Holsgrove" <david.holsgrove@xilinx.com>
Message-Id: <9c93e18b3d68b19303f3.1348113870@localhost.localdomain>
PatchWork-ID: 185305
     1 # Compute sparc-specific values
     2 CT_DoArchTupleValues() {
     3     # That's the only thing to override
     4     if [ "${CT_ARCH_64}" = "y" ]; then
     5         CT_TARGET_ARCH="${CT_ARCH}64"
     6     fi
     7 
     8 }