Changeset c913e456 in mainline for arch/ppc/Makefile.inc
- Timestamp:
- 2005-08-11T14:39:20Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f79e357
- Parents:
- 04b1b8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/Makefile.inc
r04b1b8a rc913e456 1 MIPS_CC_DIR=/usr/local/ppc/bin2 CC=$( MIPS_CC_DIR)/ppc-linux-gnu-gcc3 AS=$( MIPS_CC_DIR)/ppc-linux-gnu-as4 LD=$( MIPS_CC_DIR)/ppc-linux-gnu-ld1 PPC_CC_DIR=/usr/local/ppc/bin 2 CC=$(PPC_CC_DIR)/ppc-linux-gnu-gcc 3 AS=$(PPC_CC_DIR)/ppc-linux-gnu-as 4 LD=$(PPC_CC_DIR)/ppc-linux-gnu-ld 5 5 6 6 ASFLAGS= … … 9 9 CPPFLAGS=$(DEFS) -nostdinc -I../include 10 10 CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2 11 LFLAGS=-M -no-check-sections -T ../arch/ mips/_link.ld11 LFLAGS=-M -no-check-sections -T ../arch/ppc/_link.ld 12 12 13 13 arch_sources= \
Note:
See TracChangeset
for help on using the changeset viewer.