diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-09 19:51:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-09 19:51:36 +0100 |
commit | a218c5c639cf2bbcf2c606018e98a480cab03818 (patch) | |
tree | b42fe3e424fc9c7a7c65e8c00203e2fad651f0df /sal | |
parent | b4cb88dbbdd06193f2b6a77ea7e1627b58d99a82 (diff) |
Dummy implementations of backtrace/backtrace_symbols on Android, too
pt#2
Change-Id: I5cc280613879786bd723019d630edb5a920419b9
Diffstat (limited to 'sal')
-rw-r--r-- | sal/Library_sal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 87b0acbb8ccf..ac254d167751 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -199,7 +199,7 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ sal/osl/unx/osxlocale \ )) endif -ifneq ($(filter $(OS),SOLARIS FREEBSD NETBSD MACOSX AIX OPENBSD DRAGONFLY)$(filter $(OS)$(CPUNAME),LINUXSPARC),) +ifneq ($(OS),WNT) $(eval $(call gb_Library_add_cobjects,sal,\ sal/osl/unx/backtrace \ )) |