Changeset 04b1b8a in mainline


Ignore:
Timestamp:
2005-08-11T11:42:17Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c913e456
Parents:
db74ef5
Message:

PPC work in progress

Files:
17 added
7 moved

Legend:

Unmodified
Added
Removed
  • arch/ppc/Makefile.inc

    rdb74ef5 r04b1b8a  
    1 MIPS_CC_DIR=/usr/local/powerpc/bin
    2 CC=$(MIPS_CC_DIR)/powerpc-linux-gcc
    3 AS=$(MIPS_CC_DIR)/powerpc-linux-as
    4 LD=$(MIPS_CC_DIR)/powerpc-linux-ld
     1MIPS_CC_DIR=/usr/local/ppc/bin
     2CC=$(MIPS_CC_DIR)/ppc-linux-gnu-gcc
     3AS=$(MIPS_CC_DIR)/ppc-linux-gnu-as
     4LD=$(MIPS_CC_DIR)/ppc-linux-gnu-ld
    55
    66ASFLAGS=
  • contrib/toolchain.ppc.sh

    rdb74ef5 r04b1b8a  
    2525GCC_SOURCE="ftp://ftp.gnu.org/gnu/gcc/gcc-${GCC_VERSION}/"
    2626
    27 PLATFORM="powerpc"
     27PLATFORM="ppc"
    2828WORKDIR=`pwd`
    2929TARGET="${PLATFORM}-linux-gnu"
Note: See TracChangeset for help on using the changeset viewer.