- Timestamp:
- 2005-08-11T11:42:17Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c913e456
- Parents:
- db74ef5
- Location:
- arch/ppc
- Files:
-
- 15 added
- 6 moved
-
Makefile.inc (moved) (moved from arch/powerpc/Makefile.inc ) (1 diff)
-
_link.ld (moved) (moved from arch/powerpc/_link.ld )
-
boot/Makefile (moved) (moved from arch/powerpc/boot/Makefile )
-
boot/boot.s (moved) (moved from arch/powerpc/boot/boot.s )
-
include/arg.h (added)
-
include/asm.h (added)
-
include/atomic.h (added)
-
include/barrier.h (added)
-
include/context.h (added)
-
include/cpu.h (added)
-
include/faddr.h (added)
-
include/fpu_context.h (added)
-
include/interrupt.h (added)
-
include/mm/frame.h (added)
-
include/mm/memory_init.h (added)
-
include/mm/page.h (added)
-
include/mm/vm.h (added)
-
include/thread.h (added)
-
include/types.h (added)
-
src/fpu_context.c (moved) (moved from arch/powerpc/src/fpu_context.c )
-
src/powerpc.c (moved) (moved from arch/powerpc/src/powerpc.c )
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/Makefile.inc
rdb74ef5 r04b1b8a 1 MIPS_CC_DIR=/usr/local/p owerpc/bin2 CC=$(MIPS_CC_DIR)/p owerpc-linux-gcc3 AS=$(MIPS_CC_DIR)/p owerpc-linux-as4 LD=$(MIPS_CC_DIR)/p owerpc-linux-ld1 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 5 5 6 6 ASFLAGS=
Note:
See TracChangeset
for help on using the changeset viewer.
