Subversion Repositories Kolibri OS

Rev

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

Rev 5098 Rev 5106
Line 1... Line 1...
1
CFLAGS = "-Os -fno-ident -fomit-frame-pointer -fno-stack-check -fno-stack-protector -mno-stack-arg-probe -mpreferred-stack-boundary=2 -fno-exceptions -fno-asynchronous-unwind-tables -ffast-math"
1
CFLAGS = "-Os -fno-ident -fomit-frame-pointer -fno-stack-check -fno-stack-protector -mno-stack-arg-probe -mpreferred-stack-boundary=2 -fno-exceptions -fno-asynchronous-unwind-tables -ffast-math -mno-ms-bitfields"
2
LDFLAGS = "-nostdlib -n --file-alignment=16 --section-alignment=16"
2
LDFLAGS = "-nostdlib -n --file-alignment=16 --section-alignment=16"
3
INCLUDES = ""
3
INCLUDES = ""
4
LIBS = ""
4
LIBS = ""
5
LIBDEPS = {}
5
LIBDEPS = {}
6
OBJS = {}
6
OBJS = {}