Subversion Repositories Kolibri OS

Rev

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

Rev 5098 Rev 5123
Line 66... Line 66...
66
  "posix/utime",
66
  "posix/utime",
67
  "posix/utsname",
67
  "posix/utsname",
68
  "termios",
68
  "termios",
69
}
69
}
Line 70... Line 70...
70
 
70
 
71
CFLAGS="-Os -fno-stack-check -fno-stack-protector -mno-stack-arg-probe -fno-ident -fomit-frame-pointer -fno-asynchronous-unwind-tables -mpreferred-stack-boundary=2"
71
CFLAGS="-Os -fno-stack-check -fno-stack-protector -mno-stack-arg-probe -fno-ident -fomit-frame-pointer -fno-asynchronous-unwind-tables -mpreferred-stack-boundary=2 -march=pentium-mmx"
72
OBJS={}
72
OBJS={}
73
for i,v in ipairs(FOLDERS) do
73
for i,v in ipairs(FOLDERS) do
74
  tup.append_table(OBJS,
74
  tup.append_table(OBJS,
75
    tup.foreach_rule({v .. "/*.c", extra_inputs = {"../../config.h"}},
75
    tup.foreach_rule({v .. "/*.c", extra_inputs = {"../../config.h"}},