Subversion Repositories HelenOS-historic

Rev

Rev 52 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52 Rev 156
Line 1... Line 1...
1
MIPS_CC_DIR=/usr/local/powerpc/bin
1
MIPS_CC_DIR=/usr/local/ppc/bin
2
CC=$(MIPS_CC_DIR)/powerpc-linux-gcc
2
CC=$(MIPS_CC_DIR)/ppc-linux-gnu-gcc
3
AS=$(MIPS_CC_DIR)/powerpc-linux-as
3
AS=$(MIPS_CC_DIR)/ppc-linux-gnu-as
4
LD=$(MIPS_CC_DIR)/powerpc-linux-ld
4
LD=$(MIPS_CC_DIR)/ppc-linux-gnu-ld
5
 
5
 
6
ASFLAGS=
6
ASFLAGS=
7
 
7
 
8
DEFS=-DARCH=$(ARCH)
8
DEFS=-DARCH=$(ARCH)
9
CPPFLAGS=$(DEFS) -nostdinc -I../include
9
CPPFLAGS=$(DEFS) -nostdinc -I../include