Subversion Repositories Kolibri OS

Rev

Rev 9844 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9844 Rev 9846
Line 30... Line 30...
30
    "math/tan.s",
30
    "math/tan.s",
31
    "string/memset.s",
31
    "string/memset.s",
32
    "string/memmove.s"
32
    "string/memmove.s"
33
}
33
}
Line 34... Line 34...
34
 
34
 
Line 35... Line 35...
35
OBJS = {}
35
OBJS = {"libc.c"}
36
 
36
 
37
tup.append_table(OBJS,
37
tup.append_table(OBJS,
Line 38... Line -...
38
  tup.foreach_rule(GAS_SRC, "as --32 %f -o %o", "%B.o")
-
 
39
)
-
 
40
 
38
  tup.foreach_rule(GAS_SRC, "as --32 %f -o %o", "%B.o")
41
table.insert(OBJS, "libc.c");
39
)