diff options
Diffstat (limited to 'src/makefiles/Makefile.linux')
| -rw-r--r-- | src/makefiles/Makefile.linux | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux new file mode 100644 index 00000000000..21df0c8a23a --- /dev/null +++ b/src/makefiles/Makefile.linux @@ -0,0 +1,8 @@ +ifdef LINUX_ELF +LDFLAGS+= -rdynamic +endif +MK_NO_LORDER= true + +%.so: %.o + $(CC) -shared -o $@ $< + |
