lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 56d40fe was c9ed176, checked in by Jakub Jermar <jakub@…>, 20 years ago |
Move kernel build files one level up the directory tree.
Fix paths in your testing environment!
|
-
Property mode
set to
100644
|
File size:
762 bytes
|
Line | |
---|
1 | PPC_TARGET=ppc-linux-gnu
|
---|
2 |
|
---|
3 | PPC_CC_DIR=/usr/local/ppc/bin
|
---|
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
|
---|
9 | OBJDUMP=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-objdump
|
---|
10 | OBJCOPY=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-objcopy
|
---|
11 | BFD_NAME=elf32-powerpc
|
---|
12 | BFD_ARCH=powerpc
|
---|
13 |
|
---|
14 | ASFLAGS=
|
---|
15 |
|
---|
16 | DEFS=-DARCH=$(ARCH)
|
---|
17 | CFLAGS=$(DEFS) -nostdlib -fno-builtin -O2
|
---|
18 | LFLAGS=-M -no-check-sections -N
|
---|
19 |
|
---|
20 | arch_sources= \
|
---|
21 | src/arch/context.S \
|
---|
22 | src/arch/debug/panic.s \
|
---|
23 | src/arch/fpu_context.c \
|
---|
24 | src/arch/ppc32.c \
|
---|
25 | src/arch/dummy.s \
|
---|
26 | src/arch/start.S \
|
---|
27 | src/arch/asm.S \
|
---|
28 | src/arch/cpu/cpu.c \
|
---|
29 | src/arch/mm/frame.c \
|
---|
30 | src/arch/mm/memory_init.c \
|
---|
31 | src/arch/mm/page.c \
|
---|
32 | src/arch/drivers/ofw.c \
|
---|
33 | src/arch/fmath.c
|
---|
Note:
See
TracBrowser
for help on using the repository browser.