lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 2e5365f3 was 2e5365f3, checked in by Jakub Jermar <jakub@…>, 20 years ago |
PPC work.
Define dummy implementations of many functions in fake.s.
Define kernel_image_start in start.S.
|
-
Property mode
set to
100644
|
File size:
418 bytes
|
Line | |
---|
1 | 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 |
|
---|
6 | ASFLAGS=
|
---|
7 |
|
---|
8 | DEFS=-DARCH=$(ARCH)
|
---|
9 | CPPFLAGS=$(DEFS) -nostdinc -I../include
|
---|
10 | CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2
|
---|
11 | LFLAGS=-M -no-check-sections -T ../arch/ppc/_link.ld
|
---|
12 |
|
---|
13 | arch_sources= \
|
---|
14 | arch/powerpc.c \
|
---|
15 | arch/fpu_context.c \
|
---|
16 | arch/fake.s \
|
---|
17 | arch/start.S
|
---|
Note:
See
TracBrowser
for help on using the repository browser.