Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 156 → Rev 157

/SPARTAN/trunk/arch/ppc/Makefile.inc
1,7 → 1,7
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
PPC_CC_DIR=/usr/local/ppc/bin
CC=$(PPC_CC_DIR)/ppc-linux-gnu-gcc
AS=$(PPC_CC_DIR)/ppc-linux-gnu-as
LD=$(PPC_CC_DIR)/ppc-linux-gnu-ld
 
ASFLAGS=
 
8,7 → 8,7
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
LFLAGS=-M -no-check-sections -T ../arch/ppc/_link.ld
 
arch_sources= \
arch/powerpc.c \