Subversion Repositories HelenOS-historic

Rev

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

Rev 1369 Rev 1478
Line 45... Line 45...
45
	OBJCOPY = $(TOOLCHAIN_DIR)/$(TARGET)-objcopy
45
	OBJCOPY = $(TOOLCHAIN_DIR)/$(TARGET)-objcopy
46
	OBJDUMP = $(TOOLCHAIN_DIR)/$(TARGET)-objdump
46
	OBJDUMP = $(TOOLCHAIN_DIR)/$(TARGET)-objdump
47
endif
47
endif
48
 
48
 
49
CFLAGS = -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc -msoft-float -m32
49
CFLAGS = -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc -msoft-float -m32
50
DEFS = 
-
 
51
 
50
 
52
SOURCES = \
51
SOURCES = \
53
	main.c \
52
	main.c \
54
	ofw.c \
53
	ofw.c \
55
	printf.c \
54
	printf.c \