Changeset c913e456 in mainline for arch/ppc/Makefile.inc


Ignore:
Timestamp:
2005-08-11T14:39:20Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f79e357
Parents:
04b1b8a
Message:

remove cyclic including, change linker script path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc/Makefile.inc

    r04b1b8a rc913e456  
    1 MIPS_CC_DIR=/usr/local/ppc/bin
    2 CC=$(MIPS_CC_DIR)/ppc-linux-gnu-gcc
    3 AS=$(MIPS_CC_DIR)/ppc-linux-gnu-as
    4 LD=$(MIPS_CC_DIR)/ppc-linux-gnu-ld
     1PPC_CC_DIR=/usr/local/ppc/bin
     2CC=$(PPC_CC_DIR)/ppc-linux-gnu-gcc
     3AS=$(PPC_CC_DIR)/ppc-linux-gnu-as
     4LD=$(PPC_CC_DIR)/ppc-linux-gnu-ld
    55
    66ASFLAGS=
     
    99CPPFLAGS=$(DEFS) -nostdinc -I../include
    1010CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2
    11 LFLAGS=-M -no-check-sections -T ../arch/mips/_link.ld
     11LFLAGS=-M -no-check-sections -T ../arch/ppc/_link.ld
    1212
    1313arch_sources= \
Note: See TracChangeset for help on using the changeset viewer.