lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 0d2f805 was f761f1eb, checked in by Jakub Jermar <jakub@…>, 20 years ago |
Initial import
|
-
Property mode
set to
100644
|
File size:
374 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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.