Rev 2582 | Rev 3369 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2582 | Rev 2586 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | # |
1 | # |
- | 2 | # Copyright (c) 2007 Michal Kebrt |
|
2 | # Copyright (c) 2007 Michal Kebrt, Pavel Jancik |
3 | # Copyright (c) 2007 Pavel Jancik |
3 | # All rights reserved. |
4 | # All rights reserved. |
4 | # |
5 | # |
5 | # Redistribution and use in source and binary forms, with or without |
6 | # Redistribution and use in source and binary forms, with or without |
6 | # modification, are permitted provided that the following conditions |
7 | # modification, are permitted provided that the following conditions |
7 | # are met: |
8 | # are met: |
Line 35... | Line 36... | ||
35 | LFLAGS += -N $(SOFTINT_PREFIX)/libsoftint.a |
36 | LFLAGS += -N $(SOFTINT_PREFIX)/libsoftint.a |
36 | AFLAGS += |
37 | AFLAGS += |
37 | 38 | ||
38 | ARCH_SOURCES += arch/$(ARCH)/src/syscall.c \ |
39 | ARCH_SOURCES += arch/$(ARCH)/src/syscall.c \ |
39 | arch/$(ARCH)/src/fibril.S \ |
40 | arch/$(ARCH)/src/fibril.S \ |
40 | arch/$(ARCH)/src/thread.c \ |
41 | arch/$(ARCH)/src/tls.c \ |
41 | arch/$(ARCH)/src/eabi.S |
42 | arch/$(ARCH)/src/eabi.S |
42 | 43 | ||
43 | BFD_NAME = elf32-littlearm |
44 | BFD_NAME = elf32-littlearm |
44 | BFD_ARCH = arm |
45 | BFD_ARCH = arm |