Rev 52 | Rev 157 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
MIPS_CC_DIR=/usr/local/ppc/bin
CC=$(MIPS_CC_DIR)/ppc-linux-gnu-gcc
AS=$(MIPS_CC_DIR)/ppc-linux-gnu-as
LD=$(MIPS_CC_DIR)/ppc-linux-gnu-ld
ASFLAGS=
DEFS=-DARCH=$(ARCH)
CPPFLAGS=$(DEFS) -nostdinc -I../include
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2
LFLAGS=-M -no-check-sections -T ../arch/mips/_link.ld
arch_sources= \
arch/powerpc.c \
arch/fpu_context.c