source: mainline/arch/powerpc/Makefile.inc@ 0d2f805

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 
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
Note: See TracBrowser for help on using the repository browser.