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