Subversion Repositories HelenOS

Rev

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

Rev 3535 Rev 3564
Line 38... Line 38...
38
#
38
#
39
 
39
 
40
include $(LIBC_PREFIX)/Makefile.toolchain
40
include $(LIBC_PREFIX)/Makefile.toolchain
41
 
41
 
42
CFLAGS += -I$(CONSOLE_PREFIX)
42
CFLAGS += -I$(CONSOLE_PREFIX)
43
PIC_CFLAGS := $(CFLAGS) -fPIC -D__PIC__
43
PIC_CFLAGS := $(CFLAGS) -fPIC -D__IN_SHARED_LIBC__
44
 
44
 
45
## Sources
45
## Sources
46
#
46
#
47
 
47
 
48
 
48