Rev 2967 | Rev 3691 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2967 | Rev 3689 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | include $(LIBC_PREFIX)/Makefile.toolchain |
37 | include $(LIBC_PREFIX)/Makefile.toolchain |
| 38 | #include arch/$(ARCH)/Makefile.inc |
38 | #include arch/$(ARCH)/Makefile.inc |
| 39 | ARCH_SOURCES := |
39 | ARCH_SOURCES := |
| 40 | 40 | ||
| 41 | CFLAGS += -I../../srv/kbd/include -I../../srv/console -Iinclude -fPIC -O0 |
41 | CFLAGS += -I../../srv/kbd/include -I../../srv/console -Iinclude -fPIC -O0 |
| - | 42 | LFLAGS = \ |
|
| 42 | LFLAGS = -shared --no-undefined -soname libtest.so.0 |
43 | -shared --no-undefined -soname libtest.so.0 \ |
| - | 44 | -Bdynamic -I/app/dload |
|
| - | 45 | ||
| - | 46 | LIBS = $(LIBC_PREFIX)/shared/libc.so.0 |
|
| 43 | 47 | ||
| 44 | # LIBS = $(LIBC_PREFIX)/libc.pic.a |
- | |
| 45 | LIBS = |
- | |
| 46 | DEFS += -DRELEASE=\"$(RELEASE)\" |
48 | DEFS += -DRELEASE=\"$(RELEASE)\" |
| 47 | 49 | ||
| 48 | ifdef REVISION |
50 | ifdef REVISION |
| 49 | DEFS += "-DREVISION=\"$(REVISION)\"" |
51 | DEFS += "-DREVISION=\"$(REVISION)\"" |
| 50 | endif |
52 | endif |