Subversion Repositories HelenOS

Rev

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

Rev 2995 Rev 2996
Line 29... Line 29...
29
CFLAGS += -D__32_BITS__ -fno-jump-tables
29
CFLAGS += -D__32_BITS__ -fno-jump-tables
30
LFLAGS += -e __bootstrap
30
LFLAGS += -e __bootstrap
31
 
31
 
32
ARCH_SOURCES := \
32
ARCH_SOURCES := \
33
	arch/$(ARCH)/src/bootstrap.c \
33
	arch/$(ARCH)/src/bootstrap.c \
34
	arch/$(ARCH)/src/runtime.c
34
	arch/$(ARCH)/src/runtime.c \
35
#	arch/$(ARCH)/src/reloc.c
35
	arch/$(ARCH)/src/reloc.c
36
 
36