Subversion Repositories Kolibri OS

Rev

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

Rev 8718 Rev 8787
Line 3... Line 3...
3
endif
3
endif
Line 4... Line 4...
4
 
4
 
5
KPACK=kpack
5
KPACK=kpack
Line 6... Line 6...
6
FASM=fasm 
6
FASM=fasm 
Line 7... Line 7...
7
 
7
 
8
CFLAGS =  -c -nostdinc -I../include -DGNUC -D_KOLIBRI_LIBC_OBJ -Os -fno-common -fno-builtin -fno-leading-underscore -fno-pie
8
CFLAGS =  -c -nostdinc -I../include -DGNUC -D_BUILD_LIBC -fno-common -Os -fno-builtin -fno-leading-underscore -fno-pie
Line 9... Line 9...
9
 
9