source: mainline/arch/powerpc/Makefile.inc@ a1a03f9

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since a1a03f9 was 0ca6faa, checked in by Jakub Vana <jakub.vana@…>, 20 years ago

Move fpu_context switching functions from context.s to fpu_context.c on all platforms.
Add fpu_context.h.

Make before_thread_runs() arch-independent and create arch dependent version before_thread_runs_arch().

  • Property mode set to 100644
File size: 396 bytes
Line 
1MIPS_CC_DIR=/usr/local/powerpc/bin
2CC=$(MIPS_CC_DIR)/powerpc-linux-gcc
3AS=$(MIPS_CC_DIR)/powerpc-linux-as
4LD=$(MIPS_CC_DIR)/powerpc-linux-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/mips/_link.ld
12
13arch_sources= \
14 arch/powerpc.c \
15 arch/fpu_context.c
Note: See TracBrowser for help on using the repository browser.