Changeset efa9b73 in mainline for arch/ppc/Makefile.inc
- Timestamp:
- 2005-08-17T12:01:35Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c723d7a1
- Parents:
- 3902f8a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/Makefile.inc
r3902f8a4 refa9b73 1 PPC_TARGET=ppc-linux-gnu 2 1 3 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 4 PPC_BINUTILS_DIR=/usr/local/ppc/bin 5 6 CC=$(PPC_CC_DIR)/$(PPC_TARGET)-gcc 7 AS=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-as 8 LD=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-ld 5 9 6 10 ASFLAGS= … … 15 19 arch/fpu_context.c \ 16 20 arch/dummy.s \ 17 arch/start.S 21 arch/start.S \ 22 arch/asm.s \ 23 arch/putchar.c \ 24 arch/mm/frame.c \ 25 arch/mm/page.c
Note:
See TracChangeset
for help on using the changeset viewer.