source: mainline/arch/ppc/Makefile.inc@ 2e5365f3

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 
1PPC_CC_DIR=/usr/local/ppc/bin
2CC=$(PPC_CC_DIR)/ppc-linux-gnu-gcc
3AS=$(PPC_CC_DIR)/ppc-linux-gnu-as
4LD=$(PPC_CC_DIR)/ppc-linux-gnu-ld
5
6ASFLAGS=
7
8DEFS=-DARCH=$(ARCH)
9CPPFLAGS=$(DEFS) -nostdinc -I../include
10CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2
11LFLAGS=-M -no-check-sections -T ../arch/ppc/_link.ld
12
13arch_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.